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
Also works if you manual change "Project Base" to the root of your project.
Don't know why this is set to the folder of the test being run - don't know when that would be needed?
IMO it should (almost) always be the project root - the same ways as when you run playwright using "npm run"
Fixed in 1.1.2.
The working directory is now set to the project root folder (by searching for a ‘package.json’ file through the file tree up starting from the test file/folder)
Hi,
I'm giving a try to this extension but found an issue for my use case:
Configuration file not set automatically
My folder structure:
The
playwright.config.ts
is not used when running the tests, which makes the tests fail (because I have a dedicatedwebServer.command
).Works after changing the Run Configuration setting,
Program arguments
option with the value-c /app/playwright.config.ts
.The text was updated successfully, but these errors were encountered: