We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.49.0
npx playwright test --ui
npx envinfo --preset playwright System: OS: Windows 11 10.0.22631 CPU: (22) x64 Intel(R) Core(TM) Ultra 7 155H Memory: 13.71 GB / 31.58 GB Binaries: Node: 20.15.1 - C:\Program Files\nodejs\node.EXE npm: 10.7.0 - C:\Program Files\nodejs\npm.CMD IDEs: VSCode: 1.95.3 - E:\Project\Project_Tools\Microsoft VS Code\bin\code.CMD Languages: Bash: 5.1.16 - C:\Windows\system32\bash.EXE npmPackages: @playwright/test: ^1.48.0 => 1.49.0
The text was updated successfully, but these errors were encountered:
Do you have your playwright.config.ts in a sub-directory? You can specify it when running UI Mode via
playwright.config.ts
npx playwright test --ui --config=./foo/playwright.config.ts
If this doesn't work, we need a small reproduction repository in order to triage this issue further. Thank you!
Sorry, something went wrong.
No branches or pull requests
Version
1.49.0
Steps to reproduce
npx playwright test --ui
Expected behavior
Actual behavior
Additional context
Environment
The text was updated successfully, but these errors were encountered: