You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using jestPlaywrightSkip (and any other extend methods) with either xdescribe or xit is throwing JS error, which make a test/test suite fail.
To Reproduce
Steps to reproduce the behavior:
Use jestPlaywrightSkip with either xdescribe or xit.
Expected behavior
Instead of failing the test/test suite, it should properly skip them.
Screenshots
Desktop:
OS: macOS
Playwright version: 1.10.0
jest-playwright version: 1.5.1
The text was updated successfully, but these errors were encountered:
Describe the bug
Using
jestPlaywrightSkip
(and any other extend methods) with eitherxdescribe
orxit
is throwing JS error, which make a test/test suite fail.To Reproduce
Steps to reproduce the behavior:
jestPlaywrightSkip
with eitherxdescribe
orxit
.Expected behavior
Instead of failing the test/test suite, it should properly skip them.
Screenshots
Desktop:
The text was updated successfully, but these errors were encountered: