@zohodesk/testinglibrary 4.1.0 → 4.1.1

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/README.md CHANGED
@@ -17,11 +17,21 @@
17
17
 
18
18
  - npm run report
19
19
 
20
+ ### v4.1.1/v3.3.0 - 28-01-2026
21
+
22
+ #### Features
23
+ - Supported E2E configuration in testing-framework
24
+
20
25
  ### v4.0.6/v3.2.21 - 22-01-2026
21
26
 
22
27
  #### Bug fix
23
28
  - Retry added for Missing Step Definitions Issue in the Feature Files
24
29
 
30
+ ### v4.0.5 - 08-01-2026
31
+
32
+ #### Bug fix
33
+ - @cucumber/cucumber depedency removed from testing-framework package.json
34
+
25
35
  ### v4.0.4/v3.2.20 - 19-12-2025
26
36
 
27
37
  #### Enhancement
@@ -32,7 +42,6 @@
32
42
  #### Enhancement
33
43
  - Cookie storage prefix support is provided in this version.
34
44
 
35
-
36
45
  ### v4.0.2 - 16-12-2025
37
46
 
38
47
  #### Bug Fixes
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "4.1.0",
9
+ "version": "4.1.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "main": "./build/index.js",
5
5
  "scripts": {
6
6
  "postinstall": "node bin/postinstall.js",