You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are introducing cypress into our environment for functional e2e testing. Our main system under test is an internal application that uses single sign on (azure ad). The first step in the test script is to login to the web application, we can achieve this by storing the UN & PW in the script. As part of our infosec policies we are prohibited to store PW's in plain text. Is there a 3rd party tool that can encrypt PW's within a script? Or a method whereby the PW s not stored in plain text? Just for context we use an azure devops pipeline to initiate our test scripts, both dev and test use SSO.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
We are introducing cypress into our environment for functional e2e testing. Our main system under test is an internal application that uses single sign on (azure ad). The first step in the test script is to login to the web application, we can achieve this by storing the UN & PW in the script. As part of our infosec policies we are prohibited to store PW's in plain text. Is there a 3rd party tool that can encrypt PW's within a script? Or a method whereby the PW s not stored in plain text? Just for context we use an azure devops pipeline to initiate our test scripts, both dev and test use SSO.
Many thanks
Gary
Beta Was this translation helpful? Give feedback.
All reactions