@digital-ai/devops-page-object-release 0.0.25 → 0.0.27
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/CHANGELOG.md +16 -0
- package/dist/main.js +1380 -267
- package/dist/main.js.map +1 -1
- package/dist/module.js +1380 -267
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +307 -42
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.27
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 71adc9a: [S-115146] Cypress migration - Priority 1 test suites
|
|
8
|
+
- a04c6d1: Migrated delivery module test script into playwright
|
|
9
|
+
- 71adc9a: S-115146 Migrated cypress task modal test scenario's in playwright
|
|
10
|
+
- 2619475: S-116184 - Migrated release-grid-scenario into playwright
|
|
11
|
+
|
|
12
|
+
## 0.0.26
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- 7f57425: Allow to define the timeout of task waiting
|
|
17
|
+
- 8bf39b1: S-115146 Migrated cypress task modal test scenario's in playwright
|
|
18
|
+
|
|
3
19
|
## 0.0.25
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|