-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add a deprecation notice for Playwright v1
- Loading branch information
1 parent
558293c
commit f22851f
Showing
1 changed file
with
11 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,17 @@ | ||
> # Qase TMS Playwright reporter | ||
> | ||
> Publish results simple and easy. | ||
# Qase TMS Playwright reporter | ||
|
||
## How to integrate | ||
Publish results simple and easy. | ||
|
||
> 🗿This readme is for the Playwright reporter v1, which is no longer supported. | ||
> [Check out the newer version 2](https://github.com/qase-tms/qase-javascript/tree/main/qase-playwright#readme), | ||
> supporting parametrized tests, custom test case fields, and more. | ||
``` | ||
npm install playwright-qase-reporter | ||
``` | ||
|
||
To install Playwright reporter v1, run: | ||
|
||
```sh | ||
npm install -D [email protected] | ||
``` | ||
|
||
## Example of usage | ||
|
||
|