-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
qase-javascript-commons: release 2.0.0-beta.9
- Loading branch information
1 parent
ed8009a
commit 8b15dd9
Showing
1 changed file
with
17 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,23 @@ | |
|
||
## What's new | ||
|
||
Fixed an issue with duplicate test runs if the testing framework (such as Cypress) uses more than one instance of the Qase reporter. | ||
The Qase reporter stores the test run ID in the ENV variable `QASE_TESTOPS_RUN_ID` after creating the first test run. | ||
Improved debug logging for better testing and reporting errors. | ||
|
||
- Separate `logger` class for use in reporters, supporting logging to console and files. | ||
- Extra debug logs in both reporter modes: TestOps and Local. | ||
|
||
Fixed an issue with duplicate test runs created if the testing framework | ||
(such as Cypress) uses more than one instance of the Qase reporter. | ||
Now reporter handles Qase test runs in the following way: | ||
|
||
1. The first instance of the reporter creates a Qase test run and stores the run ID | ||
in the ENV variable `QASE_TESTOPS_RUN_ID`. | ||
2. Other instances of the reporter read this variable and report test results | ||
to the existing test run. | ||
|
||
Nothing has changed in cases when there is a single instance of a reporter or | ||
when it is using a test run, created with other tools, such as with an API request | ||
or manually in the Qase app. | ||
|
||
# [email protected] | ||
|
||
|