Skip to content
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

[Feature]When listing all test cases, mark whether the use case is skip or not #28979

Closed
jiawen94 opened this issue Jan 13, 2024 · 1 comment
Closed

Comments

@jiawen94
Copy link

jiawen94 commented Jan 13, 2024

Hi, playwright developers.
When I use command line npx playwright test *** --project *** --list or vscode TEST EXPOLOER to list all cases, It shows all cases, whether skipped or not
Is it better to show all cases, mark the case skip or not? Group it by skip or not.

my code snippet:

test(`my test `, async ({ context }) => {
    test.skip(skipTest, 'skip the test case when skipTest is true');
      ...
@jiawen94 jiawen94 closed this as not planned Won't fix, can't repro, duplicate, stale Jan 13, 2024
@jiawen94 jiawen94 reopened this Jan 13, 2024
@mxschmitt
Copy link
Member

Folding into #28709.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants