Skip to content

Commit

Permalink
docs: add a deprecation notice for Playwright v1
Browse files Browse the repository at this point in the history
  • Loading branch information
NickVolynkin committed May 29, 2024
1 parent 558293c commit f22851f
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions qase-playwright/README.md
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

Expand Down

0 comments on commit f22851f

Please sign in to comment.