Skip to content

Commit 256dcb6

Browse files
committed
1 parent 67db129 commit 256dcb6

File tree

5 files changed

+22
-11
lines changed

5 files changed

+22
-11
lines changed

examples/jest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"@jest/globals": "^29.5.0",
1010
"babel-jest": "^29.5.0",
1111
"jest": "^29.5.0",
12-
"jest-qase-reporter": "^2.0.0-beta.2"
12+
"jest-qase-reporter": "^2.0.0"
1313
}
1414
}

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-jest/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ It can work in different test automation scenarios:
66
* Create new test cases in Qase from existing autotests.
77
* Report Jest test results to existing test cases in Qase.
88

9-
Testing frameworks that use Jest as a test runner, such as Puppetteer, Appium, and Detox,
9+
Testing frameworks that use Jest as a test runner, such as Puppeteer, Appium, and Detox,
1010
can also be used with Jest reporter.
1111

12-
Qase Jest reporter is currently in open beta stage for the version 2 series.
13-
To install the latest beta version, run:ы
12+
To install the latest beta version, run:
1413

1514
```shell
16-
npm install --save-dev jest-qase-reporter@beta
15+
npm install --save-dev jest-qase-reporter
1716
```
1817

1918
# Contents

qase-jest/changelog.md

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

315
## What's new

qase-jest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jest-qase-reporter",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0",
44
"description": "Qase TMS Jest Reporter",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -40,12 +40,12 @@
4040
"test": "jest --passWithNoTests",
4141
"clean": "rm -rf dist"
4242
},
43-
"author": "Parviz Khavari <[email protected]>",
43+
"author": "Qase Team <[email protected]>",
4444
"license": "Apache-2.0",
4545
"dependencies": {
4646
"lodash.get": "^4.4.2",
4747
"lodash.has": "^4.5.2",
48-
"qase-javascript-commons": "^2.0.0-beta.12",
48+
"qase-javascript-commons": "^2.0.0",
4949
"uuid": "^9.0.0"
5050
},
5151
"devDependencies": {

0 commit comments

Comments
 (0)