-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
[BUG] --list
doesnt respect only/fixme/skip
#28709
Comments
Do you have a particular use case where this is necessary? |
Having a pair of files with tests marked by '.only', I wanted to check the amount and content of tests to be run, but in place of 20-ish, I got a whole bunch of ~3000 cases. Handling fixme/skip would not be so significant. |
We assume that .only is used just for debugging purposes and never committed to repository. Is your use case different, do you commit them to the repo? |
This reverts commit 9a5bfc5. As it breaks extension. Reference microsoft#28709
Why was this issue closed?Thank you for your contribution to our project. This issue has been closed due to its limited upvotes and recent activity, and insufficient feedback for us to effectively act upon. Our priority is to focus on bugs that reflect higher user engagement and have actionable feedback, to ensure our bug database stays manageable. Should you feel this closure was in error, please create a new issue and reference this one. We're open to revisiting it given increased support or additional clarity. Your understanding and cooperation are greatly appreciated. |
System info
Source code
[We will only be able to work on the issues that we can reproduce.]
[Please provide a self-contained example in a form of a snippet, archive or a repository.]
[Repro scenario can't be large or have external dependencies.]
Steps
playwright test --list
Expected
--list
should return only tests to be executedfixme
/skip
shouldn't be shownor
only
must be shownActual
returns all tests
The text was updated successfully, but these errors were encountered: