Skip to content

Commit

Permalink
release: qase-newman 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 Newman reporter.
It brings 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 fd04e89 commit 9dbd367
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
5 changes: 2 additions & 3 deletions qase-newman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@

Publish results simple and easy.

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

```bash
npm install newman-reporter-qase@beta
npm install newman-reporter-qase
```

## Example of usage
Expand Down
12 changes: 12 additions & 0 deletions qase-newman/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [email protected]

## What's new

This is the first release in the 2.x series of the Newman reporter.
It brings 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-newman#readme)

# [email protected]

## What's new
Expand Down
6 changes: 3 additions & 3 deletions qase-newman/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newman-reporter-qase",
"version": "2.0.0-beta.2",
"version": "2.0.0",
"description": "Qase TMS Newman Reporter",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -36,10 +36,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.8",
"qase-javascript-commons": "^2.0.9",
"semver": "^7.5.1"
},
"devDependencies": {
Expand Down

0 comments on commit 9dbd367

Please sign in to comment.