Skip to content

Commit 7f0e4a4

Browse files
committed
1 parent ce4beb1 commit 7f0e4a4

File tree

5 files changed

+22
-10
lines changed

5 files changed

+22
-10
lines changed

examples/playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
},
77
"devDependencies": {
88
"@playwright/test": "^1.34.3",
9-
"playwright-qase-reporter": "^2.0.0-beta.10"
9+
"playwright-qase-reporter": "^2.0.0"
1010
}
1111
}

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qase-playwright/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ It can work in different test automation scenarios:
77
* Report Playwright test results to existing test cases in Qase.
88
* Update existing cases with metadata, such as parameters and fields.
99

10-
Qase Playwright reporter is currently in open beta stage for the version 2 series.
11-
To install the latest beta version, run:
10+
To install the latest version, run:
1211

1312
```sh
14-
npm install -D playwright-qase-reporter@beta
13+
npm install -D playwright-qase-reporter
1514
```
1615

1716
<!-- START doctoc generated TOC please keep comment here to allow auto update -->

qase-playwright/changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
2+
3+
## What's new
4+
5+
This is the first release in the 2.x series of the Playwright reporter.
6+
It brings a new annotation syntax with test parametrization and field values,
7+
new and more flexible configs, uploading results in parallel with running tests,
8+
and other powerful features.
9+
10+
This changelog entry will be updated soon.
11+
For more information about the new features and a guide for migration from v1, refer to the
12+
[reporter documentation](https://github.com/qase-tms/qase-javascript/tree/main/qase-playwright#readme)
13+
114
215

316
## What's new

qase-playwright/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-qase-reporter",
3-
"version": "2.0.0-beta.14",
3+
"version": "2.0.0",
44
"description": "Qase TMS Playwright Reporter",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -40,11 +40,11 @@
4040
"test": "jest --passWithNoTests",
4141
"clean": "rm -rf dist"
4242
},
43-
"author": "Aleksei Galagan <[email protected]> (https://github.com/alexneo2003/)",
43+
"author": "Qase Team <[email protected]>",
4444
"license": "Apache-2.0",
4545
"dependencies": {
4646
"chalk": "^4.1.2",
47-
"qase-javascript-commons": "^2.0.0-beta.10",
47+
"qase-javascript-commons": "^2.0.0",
4848
"uuid": "^9.0.0"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)