@digital-ai/devops-page-object-deploy 0.0.2 → 0.0.4
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 +18 -0
- package/dist/main.js +772 -71
- package/dist/main.js.map +1 -1
- package/dist/module.js +773 -72
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +455 -20
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-deploy
|
|
2
2
|
|
|
3
|
+
## 0.0.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 52b8a07: Re-structuring explorer pages
|
|
8
|
+
- 713c5ef: Created page objects for create-ci-scenario test cases.
|
|
9
|
+
Re-structured page object to avoid duplication of code structure.
|
|
10
|
+
Commonly used methods, code is described under explorer directory structure.
|
|
11
|
+
|
|
12
|
+
S 94677
|
|
13
|
+
|
|
14
|
+
## 0.0.3
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 44ba67e: Created page files for add-new-ci-scenario test suite migration
|
|
19
|
+
- 2930770: Method created to handle multiple contextual menu clicks
|
|
20
|
+
|
|
3
21
|
## 0.0.2
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|