Update
Updating from v1.x.x
There are two changes:
-
Change the import paths:
- import { qase } from 'playwright-qase-reporter/dist/playwright' + import { qase } from 'playwright-qase-reporter'
-
Update reporter configuration in
playwright.config.js
and/or environment variables — see the configuration reference below.
The previous test annotation syntax is still supported, so there is no need to rewrite the tests. However, check out the docs for the new, more flexible and powerful syntax.