Skip to content

Commit ad2216a

Browse files
committed
cypress: release 2.0.0-beta.3
* Use [email protected] with an important bugfix. * Add a minimal changelog.
1 parent a07f34d commit ad2216a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

qase-cypress/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
3+
Fixed an issue with multiple test runs created when Cypress is running
4+
multiple tests in parallel.
5+
6+
7+
8+
First major beta release for the version 2 series of the Qase Cypress reporter.

qase-cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cypress-qase-reporter",
3-
"version": "2.0.0-beta.2",
3+
"version": "2.0.0-beta.3",
44
"description": "Qase Cypress Reporter",
55
"homepage": "https://github.com/qase-tms/qase-javascript",
66
"sideEffects": false,
@@ -44,7 +44,7 @@
4444
"author": "Nikita Fedorov <[email protected]>",
4545
"license": "Apache-2.0",
4646
"dependencies": {
47-
"qase-javascript-commons": "^2.0.0-beta.8",
47+
"qase-javascript-commons": "^2.0.0-beta.9",
4848
"uuid": "^9.0.1"
4949
},
5050
"peerDependencies": {

0 commit comments

Comments
 (0)