@qanalyzer/forge-cypress 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/mocha.d.ts +1 -1
- package/dist/mocha.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@ Cypress reporter + plugin for **QAnalyzer** (Jira Forge quality hub).
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
npm install -D @qanalyzer/forge-cypress@1.2.
|
|
8
|
+
npm install -D @qanalyzer/forge-cypress@1.2.1 @qanalyzer/forge-commons@1.2.1 cypress-multi-reporters
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
The pinned versions above track the latest release; `npm run release:bump` keeps them in sync.
|
package/dist/mocha.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Programmatic helpers for Cypress Mocha specs (FR63–FR64).
|
|
3
|
-
* Prefer `qa.issueKey()` / `qa.issueKeys()` for FR43 (
|
|
3
|
+
* Prefer `qa.issueKey()` / `qa.issueKeys()` for FR43 (do not embed keys in titles).
|
|
4
4
|
*
|
|
5
5
|
* `qa.step()` accepts **synchronous** callbacks only (no async/await) —
|
|
6
6
|
* Cypress command-queue safe.
|
package/dist/mocha.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Programmatic helpers for Cypress Mocha specs (FR63–FR64).
|
|
4
|
-
* Prefer `qa.issueKey()` / `qa.issueKeys()` for FR43 (
|
|
4
|
+
* Prefer `qa.issueKey()` / `qa.issueKeys()` for FR43 (do not embed keys in titles).
|
|
5
5
|
*
|
|
6
6
|
* `qa.step()` accepts **synchronous** callbacks only (no async/await) —
|
|
7
7
|
* Cypress command-queue safe.
|