@qanalyzer/forge-playwright 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/dist/helpers.d.ts +1 -1
- package/dist/helpers.js +1 -1
- package/package.json +1 -1
package/dist/helpers.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Programmatic helpers for Playwright tests (FR111).
|
|
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
|
* Steps: use Playwright native `test.step()` — do **not** use `qa.step` (FR112).
|
|
6
6
|
*
|
package/dist/helpers.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Programmatic helpers for Playwright tests (FR111).
|
|
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
|
* Steps: use Playwright native `test.step()` — do **not** use `qa.step` (FR112).
|
|
7
7
|
*
|