@zohodesk/testinglibrary 0.0.7-exp.2 → 0.0.8
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 +2 -6
- package/package.json +1 -1
package/Changelog.md
CHANGED
|
@@ -2,16 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## Framework that abstracts the configuration for playwright and Jest
|
|
4
4
|
|
|
5
|
-
# 0.0.
|
|
6
|
-
|
|
7
|
-
- Viewport issue fix
|
|
8
|
-
|
|
9
|
-
# 0.0.7-exp.1
|
|
5
|
+
# 0.0.8
|
|
10
6
|
|
|
11
7
|
- Tags Support
|
|
12
8
|
- Enable running without bddmode feature
|
|
13
9
|
- viewport configuration
|
|
14
|
-
- Code refactoring
|
|
10
|
+
- Internal Change - Code refactoring
|
|
15
11
|
|
|
16
12
|
# 0.0.7
|
|
17
13
|
|