Skip to content

Commit

Permalink
release: qase-testcafe 2.0.0
Browse files Browse the repository at this point in the history
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
gibiw committed Jun 18, 2024
1 parent 0366306 commit fd04e89
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 6 deletions.
5 changes: 2 additions & 3 deletions qase-testcafe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

Publish results simple and easy.

The TestCafe reporter is currently in the closed beta stage.
To install the latest beta version, run:
To install the latest version, run:

```sh
npm install -D testcafe-reporter-qase@beta
npm install -D testcafe-reporter-qase
```

## Updating from v1
Expand Down
13 changes: 13 additions & 0 deletions qase-testcafe/changelog.md
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
Expand Down
6 changes: 3 additions & 3 deletions qase-testcafe/package.json
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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit fd04e89

Please sign in to comment.