Widen / expect-axe-playwright

Expect matchers to perform Axe accessibility tests in your Playwright tests.
ISC License
21 stars 5 forks source link

expect-axe-playwright is only supported with playwright test runner #26

Closed nikhilwaichal closed 1 year ago

nikhilwaichal commented 1 year ago

Hi I am using cucumberjs test runner for executing the playwright test. I tried to integrate this package with it but when I am running the test its throwing me an error for expect statement. test should be started in order to use expect statement

Is there a way to integrate with cucumber test runner TIA

mskelton commented 1 year ago

We have no plans to support non-official test runners like jest-playwright or cucumber. They are pretty rare compared to the official library and honestly I don't see any compelling reason not to use the official test runner.