Widen/expect-axe-playwright

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

nikhilwaichal opened this issue · 1 comments

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

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.