After running command - npx playwright test auth.setup.ts
getting below error
looks like it is pointing to staging env url but I am not sure how to create account in staging env and get the URL, API_URL for staging env ?
Hi @shailendrakumaromkar
The issue is caused by the wrong URL youβre trying to navigate to. I add to the notes that the data in .env.stage is only for demonstration purposes.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Hi @idavidov13
After running command -
npx playwright test auth.setup.tsgetting below error
looks like it is pointing to staging env url but I am not sure how to create account in staging env and get the URL, API_URL for staging env ?
Although I have created account in conduit.bondaracademy.com/
Do I need to create empty "userSession.json" file manually
or
It should have user session details stored in it after running above command ?
Hi @shailendrakumaromkar
The issue is caused by the wrong URL youβre trying to navigate to. I add to the notes that the data in .env.stage is only for demonstration purposes.