Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

jestPlaywright helpers skip and only #246

Merged
merged 2 commits into from
Jul 24, 2020

Conversation

mmarkelov
Copy link
Member

Added ability to use skip and only for custom jestPlaywright functions:

// Run specific test(s) only
test.jestPlaywrightDebug.only('test1', async () => {
  // ...
});

// Skip specific test(s)
test.jestPlaywrightConfig.skip({ /* ... */ }, 'test2', async () => {
  // ...
});

#216 (comment)

@mmarkelov mmarkelov requested a review from mxschmitt as a code owner July 24, 2020 12:35
@github-actions
Copy link

Pull Request Test Coverage Report for Build 181157163

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.568%

Totals Coverage Status
Change from base Build 180832748: 0.0%
Covered Lines: 89
Relevant Lines: 94

💛 - Coveralls

@mmarkelov mmarkelov merged commit 42e9c95 into master Jul 24, 2020
@mmarkelov mmarkelov deleted the jestPlaywright-helpers-skip-only branch July 24, 2020 13:05
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants