Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: qase-newman 2.0.0 #622

Merged
merged 1 commit into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading