@digital-ai/devops-page-object-release 0.0.12 → 0.0.14
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 +17 -0
- package/dist/main.js +804 -13
- package/dist/main.js.map +1 -1
- package/dist/module.js +804 -13
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +184 -5
- package/dist/types.d.ts.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @digital-ai/devops-page-object-release
|
|
2
2
|
|
|
3
|
+
## 0.0.14
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 282b6b1: Methods are added in existing pages related to cypress script task-drawer scenario
|
|
8
|
+
- 7fcada5: Pages for template feature respect to migrated template test script
|
|
9
|
+
|
|
10
|
+
## 0.0.13
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- f88f88e: Add tags, flag status and dependency in index.ts
|
|
15
|
+
- a26dd30: Dependency class is been created to develop methods for dependency features in taskDrawer.
|
|
16
|
+
UserPage is been modified as per latest UI change.
|
|
17
|
+
Fixture types are updated as per new fixtures added in index.ts file.
|
|
18
|
+
Validated against xl-release PR also it is been validated locally.
|
|
19
|
+
|
|
3
20
|
## 0.0.12
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|