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.50.0
npx playwright test --project=foo --ui
This should throw an error that project "foo" doesn't exist. An error is thrown when running npx playwright test --project=foo.
npx playwright test --project=foo
UI mode opens as normal, and can't find any tests because the project doesn't exist.
No response
System: OS: macOS 15.2 CPU: (12) arm64 Apple M4 Pro Memory: 128.98 MB / 24.00 GB Binaries: Node: 22.12.0 - ~/.nvm/versions/node/v22.12.0/bin/node npm: 11.0.0 - ~/.nvm/versions/node/v22.12.0/bin/npm IDEs: VSCode: 1.96.3 - /opt/homebrew/bin/code Languages: Bash: 3.2.57 - /bin/bash
The text was updated successfully, but these errors were encountered:
agg23
No branches or pull requests
Version
1.50.0
Steps to reproduce
npx playwright test --project=foo --ui
Expected behavior
This should throw an error that project "foo" doesn't exist. An error is thrown when running
npx playwright test --project=foo
.Actual behavior
UI mode opens as normal, and can't find any tests because the project doesn't exist.
Additional context
No response
Environment
The text was updated successfully, but these errors were encountered: