-
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.
This is the first release in the 2.x series of the TestCafe reporter. It brings a new annotation syntax with test parametrization and field values, new and more flexible configs, uploading results in parallel with running tests, and other powerful features.
- Loading branch information
Showing
3 changed files
with
18 additions
and
6 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
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,3 +1,16 @@ | ||
# [email protected] | ||
|
||
## What's new | ||
|
||
This is the first release in the 2.x series of the TestCafe reporter. | ||
It brings a new annotation syntax with test parametrization and field values, | ||
new and more flexible configs, uploading results in parallel with running tests, | ||
and other powerful features. | ||
|
||
This changelog entry will be updated soon. | ||
For more information about the new features and a guide for migration from v1, refer to the | ||
[reporter documentation](https://github.com/qase-tms/qase-javascript/tree/main/qase-testcafe#readme) | ||
|
||
# [email protected] | ||
|
||
## What's new | ||
|
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,6 +1,6 @@ | ||
{ | ||
"name": "testcafe-reporter-qase", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0", | ||
"description": "Qase TMS TestCafe Reporter", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
|
@@ -37,10 +37,10 @@ | |
"test": "jest --passWithNoTests", | ||
"clean": "rm -rf dist" | ||
}, | ||
"author": "Parviz Khavari <[email protected]>", | ||
"author": "Qase Team <[email protected]>", | ||
"license": "Apache-2.0", | ||
"dependencies": { | ||
"qase-javascript-commons": "^2.0.0-beta.8", | ||
"qase-javascript-commons": "^2.0.9", | ||
"uuid": "^9.0.0" | ||
}, | ||
"peerDependencies": { | ||
|