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
Basic E2E tests handles verification of the extension itself, now it is time to verify the main functionality.
We needs to find out a way to open browser from playwright e2e test once the Authenticate request is sent from SSO/PD. Then go back to PD and check the successful authentication.
The text was updated successfully, but these errors were encountered:
@odockal You can run try to use SeleniumDriver. The trick is to run SeleniumDriver test in default web browser before e2e test and then wait for new tab to be opened, presumably by Auth extension, and then put user name, password and click login button using selenium driver api. There is even Selenium manager that would let you to install specific driver and browser.
Basic E2E tests handles verification of the extension itself, now it is time to verify the main functionality.
We needs to find out a way to open browser from playwright e2e test once the Authenticate request is sent from SSO/PD. Then go back to PD and check the successful authentication.
The text was updated successfully, but these errors were encountered: