how to set storageState in this framework #53
Replies: 3 comments
-
Thank you for your patience. Have you tried this |
Beta Was this translation helpful? Give feedback.
-
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. |
Beta Was this translation helpful? Give feedback.
-
Thanks for your patience can you try the below code const { saveStorageState } = require('./auth'); test.describe('Authenticated User Tests', () => {
|
Beta Was this translation helpful? Give feedback.
-
I check the framework and not sure where i can set the storageState. Basically i want to skip login everytime.
Beta Was this translation helpful? Give feedback.
All reactions