@digital-ai/devops-page-object-deploy 0.0.5 → 0.0.7
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 +14 -0
- package/dist/main.js +126 -1139
- package/dist/main.js.map +1 -1
- package/dist/module.js +126 -1139
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +34 -704
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-deploy
|
|
2
2
|
|
|
3
|
+
## 0.0.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d85951c: Page objects for Deploy Playwright
|
|
8
|
+
|
|
9
|
+
## 0.0.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 95c5229: Pages updated with parentLocators and with dataGrid class
|
|
14
|
+
This PR holds revamp of the pages with its parentLocator.
|
|
15
|
+
- 512af21: Added Move-Ci function, optimized application util methods
|
|
16
|
+
|
|
3
17
|
## 0.0.5
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|