how to set storageState in this framework #53
Unanswered
rajmicro78
asked this question in
Q&A
Replies: 3 comments
|
Thank you for your patience. Have you tried this |
0 replies
|
storageState I have created in a separate process where my script stores the storage state. This part works. Now using test.use({}) above does not work. |
0 replies
|
Thanks for your patience can you try the below code const { saveStorageState } = require('./auth'); test.describe('Authenticated User Tests', () => { |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I check the framework and not sure where i can set the storageState. Basically i want to skip login everytime.
All reactions