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
I have defined the session storage in project config as in the above document.
But before each test execution using session storage, I can see a browser getting opened and closed.
Below is the actual behaviour:
Dependent setup project runs and saves session storage.
A empty browser is getting opened and closed.
Test are executed in the new browser with login state using saved session storage.
Why is the 2nd step happening. I am not able to figure the issue by debugging.
Is it expected or can anyone help me if you have experienced similar issue before.
The text was updated successfully, but these errors were encountered:
I have implemented login once using project dependency as mentioned in below playwright document.
Link : https://dev.to/playwright/a-better-global-setup-in-playwright-reusing-login-with-project-dependencies-14
I have defined the session storage in project config as in the above document.
But before each test execution using session storage, I can see a browser getting opened and closed.
Below is the actual behaviour:
Why is the 2nd step happening. I am not able to figure the issue by debugging.
Is it expected or can anyone help me if you have experienced similar issue before.
The text was updated successfully, but these errors were encountered: