@zohodesk/testinglibrary 0.0.2-n20-experimental → 0.0.3-n20-experimental

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.
@@ -48,7 +48,7 @@ const smokeTestDir = (0, _configUtils.getTestDir)(bddMode, {
48
48
  featureFilesFolder: _path.default.join(process.cwd(), 'uat', 'smokeTest', '**', '*.feature'),
49
49
  stepDefinitionsFolder: _path.default.join(process.cwd(), 'uat', 'smokeTest', '**', '*smokeTest.spec.js'),
50
50
  outputDir: _path.default.join(process.cwd(), 'uat', '.features-smoke-gen'),
51
- uatPath: _path.default.join(process.cwd(), 'uat', 'smokeTest')
51
+ uatPath: _path.default.join(process.cwd(), 'uat')
52
52
  });
53
53
  const use = {
54
54
  trace,
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.2-n20-experimental",
3
+ "version": "0.0.3-n20-experimental",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@zohodesk/testinglibrary",
9
- "version": "0.0.2-n20-experimental",
9
+ "version": "0.0.3-n20-experimental",
10
10
  "hasInstallScript": true,
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
13
  "@babel/code-frame": "7.27.1",
14
14
  "@babel/preset-react": "7.27.1",
15
- "@cucumber/cucumber": "11.3.0",
16
- "@playwright/test": "1.53.2",
15
+ "@cucumber/cucumber": "12.1.0",
16
+ "@playwright/test": "1.54.2",
17
17
  "@reportportal/agent-js-playwright": "5.1.11",
18
18
  "@testing-library/jest-dom": "5.11.9",
19
19
  "@testing-library/react": "11.2.7",
@@ -24,9 +24,9 @@
24
24
  "jest": "29.6.2",
25
25
  "jest-environment-jsdom": "29.6.2",
26
26
  "msw": "2.10.4",
27
- "playwright": "1.53.2",
27
+ "playwright": "1.54.2",
28
28
  "playwright-bdd": "8.3.1",
29
- "supports-color": "8.1.1"
29
+ "supports-color": "10.0.0"
30
30
  },
31
31
  "bin": {
32
32
  "ZDTestingFramework": "bin/cli.js"
@@ -2046,21 +2046,21 @@
2046
2046
  "license": "MIT"
2047
2047
  },
2048
2048
  "node_modules/@cucumber/cucumber": {
2049
- "version": "11.3.0",
2050
- "resolved": "https://registry.npmjs.org/@cucumber/cucumber/-/cucumber-11.3.0.tgz",
2051
- "integrity": "sha512-1YGsoAzRfDyVOnRMTSZP/EcFsOBElOKa2r+5nin0DJAeK+Mp0mzjcmSllMgApGtck7Ji87wwy3kFONfHUHMn4g==",
2049
+ "version": "12.1.0",
2050
+ "resolved": "https://registry.npmjs.org/@cucumber/cucumber/-/cucumber-12.1.0.tgz",
2051
+ "integrity": "sha512-F72uKHUtHFFn4OAw6r6MoS+PWSMomQoIpW4+W/dcwNYY9oAKVAGyGJkEPIDXX00YtZY+EH3RUcNPlkD+f+dI0Q==",
2052
2052
  "license": "MIT",
2053
2053
  "dependencies": {
2054
2054
  "@cucumber/ci-environment": "10.0.1",
2055
2055
  "@cucumber/cucumber-expressions": "18.0.1",
2056
- "@cucumber/gherkin": "30.0.4",
2056
+ "@cucumber/gherkin": "32.2.0",
2057
2057
  "@cucumber/gherkin-streams": "5.0.1",
2058
2058
  "@cucumber/gherkin-utils": "9.2.0",
2059
- "@cucumber/html-formatter": "21.10.1",
2059
+ "@cucumber/html-formatter": "21.13.0",
2060
2060
  "@cucumber/junit-xml-formatter": "0.7.1",
2061
2061
  "@cucumber/message-streams": "4.0.1",
2062
2062
  "@cucumber/messages": "27.2.0",
2063
- "@cucumber/tag-expressions": "6.1.2",
2063
+ "@cucumber/tag-expressions": "6.2.0",
2064
2064
  "assertion-error-formatter": "^3.0.0",
2065
2065
  "capital-case": "^1.0.4",
2066
2066
  "chalk": "^4.1.2",
@@ -2069,7 +2069,7 @@
2069
2069
  "debug": "^4.3.4",
2070
2070
  "error-stack-parser": "^2.1.4",
2071
2071
  "figures": "^3.2.0",
2072
- "glob": "^10.3.10",
2072
+ "glob": "^11.0.0",
2073
2073
  "has-ansi": "^4.0.1",
2074
2074
  "indent-string": "^4.0.0",
2075
2075
  "is-installed-globally": "^0.4.0",
@@ -2083,7 +2083,7 @@
2083
2083
  "mz": "^2.7.0",
2084
2084
  "progress": "^2.0.3",
2085
2085
  "read-package-up": "^11.0.0",
2086
- "semver": "7.7.1",
2086
+ "semver": "7.7.2",
2087
2087
  "string-argv": "0.3.1",
2088
2088
  "supports-color": "^8.1.1",
2089
2089
  "type-fest": "^4.41.0",
@@ -2095,7 +2095,7 @@
2095
2095
  "cucumber-js": "bin/cucumber.js"
2096
2096
  },
2097
2097
  "engines": {
2098
- "node": "18 || 20 || 22 || >=23"
2098
+ "node": "20 || 22 || >=24"
2099
2099
  },
2100
2100
  "funding": {
2101
2101
  "url": "https://opencollective.com/cucumber"
@@ -2110,15 +2110,6 @@
2110
2110
  "regexp-match-indices": "1.0.2"
2111
2111
  }
2112
2112
  },
2113
- "node_modules/@cucumber/cucumber/node_modules/brace-expansion": {
2114
- "version": "2.0.2",
2115
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
2116
- "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==",
2117
- "license": "MIT",
2118
- "dependencies": {
2119
- "balanced-match": "^1.0.0"
2120
- }
2121
- },
2122
2113
  "node_modules/@cucumber/cucumber/node_modules/commander": {
2123
2114
  "version": "10.0.1",
2124
2115
  "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz",
@@ -2129,44 +2120,87 @@
2129
2120
  }
2130
2121
  },
2131
2122
  "node_modules/@cucumber/cucumber/node_modules/glob": {
2132
- "version": "10.4.5",
2133
- "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
2134
- "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
2123
+ "version": "11.0.3",
2124
+ "resolved": "https://registry.npmjs.org/glob/-/glob-11.0.3.tgz",
2125
+ "integrity": "sha512-2Nim7dha1KVkaiF4q6Dj+ngPPMdfvLJEOpZk/jKiUAkqKebpGAWQXAq9z1xu9HKu5lWfqw/FASuccEjyznjPaA==",
2135
2126
  "license": "ISC",
2136
2127
  "dependencies": {
2137
- "foreground-child": "^3.1.0",
2138
- "jackspeak": "^3.1.2",
2139
- "minimatch": "^9.0.4",
2128
+ "foreground-child": "^3.3.1",
2129
+ "jackspeak": "^4.1.1",
2130
+ "minimatch": "^10.0.3",
2140
2131
  "minipass": "^7.1.2",
2141
2132
  "package-json-from-dist": "^1.0.0",
2142
- "path-scurry": "^1.11.1"
2133
+ "path-scurry": "^2.0.0"
2143
2134
  },
2144
2135
  "bin": {
2145
2136
  "glob": "dist/esm/bin.mjs"
2146
2137
  },
2138
+ "engines": {
2139
+ "node": "20 || >=22"
2140
+ },
2141
+ "funding": {
2142
+ "url": "https://github.com/sponsors/isaacs"
2143
+ }
2144
+ },
2145
+ "node_modules/@cucumber/cucumber/node_modules/jackspeak": {
2146
+ "version": "4.1.1",
2147
+ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.1.1.tgz",
2148
+ "integrity": "sha512-zptv57P3GpL+O0I7VdMJNBZCu+BPHVQUk55Ft8/QCJjTVxrnJHuVuX/0Bl2A6/+2oyR/ZMEuFKwmzqqZ/U5nPQ==",
2149
+ "license": "BlueOak-1.0.0",
2150
+ "dependencies": {
2151
+ "@isaacs/cliui": "^8.0.2"
2152
+ },
2153
+ "engines": {
2154
+ "node": "20 || >=22"
2155
+ },
2147
2156
  "funding": {
2148
2157
  "url": "https://github.com/sponsors/isaacs"
2149
2158
  }
2150
2159
  },
2160
+ "node_modules/@cucumber/cucumber/node_modules/lru-cache": {
2161
+ "version": "11.1.0",
2162
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-11.1.0.tgz",
2163
+ "integrity": "sha512-QIXZUBJUx+2zHUdQujWejBkcD9+cs94tLn0+YL8UrCh+D5sCXZ4c7LaEH48pNwRY3MLDgqUFyhlCyjJPf1WP0A==",
2164
+ "license": "ISC",
2165
+ "engines": {
2166
+ "node": "20 || >=22"
2167
+ }
2168
+ },
2151
2169
  "node_modules/@cucumber/cucumber/node_modules/minimatch": {
2152
- "version": "9.0.5",
2153
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
2154
- "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==",
2170
+ "version": "10.0.3",
2171
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.0.3.tgz",
2172
+ "integrity": "sha512-IPZ167aShDZZUMdRk66cyQAW3qr0WzbHkPdMYa8bzZhlHhO3jALbKdxcaak7W9FfT2rZNpQuUu4Od7ILEpXSaw==",
2155
2173
  "license": "ISC",
2156
2174
  "dependencies": {
2157
- "brace-expansion": "^2.0.1"
2175
+ "@isaacs/brace-expansion": "^5.0.0"
2158
2176
  },
2159
2177
  "engines": {
2160
- "node": ">=16 || 14 >=14.17"
2178
+ "node": "20 || >=22"
2179
+ },
2180
+ "funding": {
2181
+ "url": "https://github.com/sponsors/isaacs"
2182
+ }
2183
+ },
2184
+ "node_modules/@cucumber/cucumber/node_modules/path-scurry": {
2185
+ "version": "2.0.0",
2186
+ "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-2.0.0.tgz",
2187
+ "integrity": "sha512-ypGJsmGtdXUOeM5u93TyeIEfEhM6s+ljAhrk5vAvSx8uyY/02OvrZnA0YNGUrPXfpJMgI1ODd3nwz8Npx4O4cg==",
2188
+ "license": "BlueOak-1.0.0",
2189
+ "dependencies": {
2190
+ "lru-cache": "^11.0.0",
2191
+ "minipass": "^7.1.2"
2192
+ },
2193
+ "engines": {
2194
+ "node": "20 || >=22"
2161
2195
  },
2162
2196
  "funding": {
2163
2197
  "url": "https://github.com/sponsors/isaacs"
2164
2198
  }
2165
2199
  },
2166
2200
  "node_modules/@cucumber/cucumber/node_modules/semver": {
2167
- "version": "7.7.1",
2168
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
2169
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
2201
+ "version": "7.7.2",
2202
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
2203
+ "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
2170
2204
  "license": "ISC",
2171
2205
  "bin": {
2172
2206
  "semver": "bin/semver.js"
@@ -2175,13 +2209,28 @@
2175
2209
  "node": ">=10"
2176
2210
  }
2177
2211
  },
2212
+ "node_modules/@cucumber/cucumber/node_modules/supports-color": {
2213
+ "version": "8.1.1",
2214
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
2215
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
2216
+ "license": "MIT",
2217
+ "dependencies": {
2218
+ "has-flag": "^4.0.0"
2219
+ },
2220
+ "engines": {
2221
+ "node": ">=10"
2222
+ },
2223
+ "funding": {
2224
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
2225
+ }
2226
+ },
2178
2227
  "node_modules/@cucumber/gherkin": {
2179
- "version": "30.0.4",
2180
- "resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-30.0.4.tgz",
2181
- "integrity": "sha512-pb7lmAJqweZRADTTsgnC3F5zbTh3nwOB1M83Q9ZPbUKMb3P76PzK6cTcPTJBHWy3l7isbigIv+BkDjaca6C8/g==",
2228
+ "version": "32.2.0",
2229
+ "resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-32.2.0.tgz",
2230
+ "integrity": "sha512-X8xuVhSIqlUjxSRifRJ7t0TycVWyX58fygJH3wDNmHINLg9sYEkvQT0SO2G5YlRZnYc11TIFr4YPenscvdlBIw==",
2182
2231
  "license": "MIT",
2183
2232
  "dependencies": {
2184
- "@cucumber/messages": ">=19.1.4 <=26"
2233
+ "@cucumber/messages": ">=19.1.4 <28"
2185
2234
  }
2186
2235
  },
2187
2236
  "node_modules/@cucumber/gherkin-streams": {
@@ -2270,35 +2319,10 @@
2270
2319
  "uuid": "dist/bin/uuid"
2271
2320
  }
2272
2321
  },
2273
- "node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": {
2274
- "version": "26.0.1",
2275
- "resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-26.0.1.tgz",
2276
- "integrity": "sha512-DIxSg+ZGariumO+Lq6bn4kOUIUET83A4umrnWmidjGFl8XxkBieUZtsmNbLYgH/gnsmP07EfxxdTr0hOchV1Sg==",
2277
- "license": "MIT",
2278
- "dependencies": {
2279
- "@types/uuid": "10.0.0",
2280
- "class-transformer": "0.5.1",
2281
- "reflect-metadata": "0.2.2",
2282
- "uuid": "10.0.0"
2283
- }
2284
- },
2285
- "node_modules/@cucumber/gherkin/node_modules/uuid": {
2286
- "version": "10.0.0",
2287
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
2288
- "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
2289
- "funding": [
2290
- "https://github.com/sponsors/broofa",
2291
- "https://github.com/sponsors/ctavan"
2292
- ],
2293
- "license": "MIT",
2294
- "bin": {
2295
- "uuid": "dist/bin/uuid"
2296
- }
2297
- },
2298
2322
  "node_modules/@cucumber/html-formatter": {
2299
- "version": "21.10.1",
2300
- "resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.10.1.tgz",
2301
- "integrity": "sha512-isaaNMNnBYThsvaHy7i+9kkk9V3+rhgdkt0pd6TCY6zY1CSRZQ7tG6ST9pYyRaECyfbCeF7UGH0KpNEnh6UNvQ==",
2323
+ "version": "21.13.0",
2324
+ "resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.13.0.tgz",
2325
+ "integrity": "sha512-/zkBZNGZca7AeY4hSMMu3PBqZBZtZ45qhynZC++LAstlyhXQrzl6zmjVLZMX7jIbdF1Lb+TjN4PWiGtS5VOM6g==",
2302
2326
  "license": "MIT",
2303
2327
  "peerDependencies": {
2304
2328
  "@cucumber/messages": ">=18"
@@ -2354,9 +2378,9 @@
2354
2378
  }
2355
2379
  },
2356
2380
  "node_modules/@cucumber/tag-expressions": {
2357
- "version": "6.1.2",
2358
- "resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.2.tgz",
2359
- "integrity": "sha512-xa3pER+ntZhGCxRXSguDTKEHTZpUUsp+RzTRNnit+vi5cqnk6abLdSLg5i3HZXU3c74nQ8afQC6IT507EN74oQ==",
2381
+ "version": "6.2.0",
2382
+ "resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.2.0.tgz",
2383
+ "integrity": "sha512-KIF0eLcafHbWOuSDWFw0lMmgJOLdDRWjEL1kfXEWrqHmx2119HxVAr35WuEd9z542d3Yyg+XNqSr+81rIKqEdg==",
2360
2384
  "license": "MIT"
2361
2385
  },
2362
2386
  "node_modules/@eslint-community/eslint-utils": {
@@ -2672,6 +2696,27 @@
2672
2696
  }
2673
2697
  }
2674
2698
  },
2699
+ "node_modules/@isaacs/balanced-match": {
2700
+ "version": "4.0.1",
2701
+ "resolved": "https://registry.npmjs.org/@isaacs/balanced-match/-/balanced-match-4.0.1.tgz",
2702
+ "integrity": "sha512-yzMTt9lEb8Gv7zRioUilSglI0c0smZ9k5D65677DLWLtWJaXIS3CqcGyUFByYKlnUj6TkjLVs54fBl6+TiGQDQ==",
2703
+ "license": "MIT",
2704
+ "engines": {
2705
+ "node": "20 || >=22"
2706
+ }
2707
+ },
2708
+ "node_modules/@isaacs/brace-expansion": {
2709
+ "version": "5.0.0",
2710
+ "resolved": "https://registry.npmjs.org/@isaacs/brace-expansion/-/brace-expansion-5.0.0.tgz",
2711
+ "integrity": "sha512-ZT55BDLV0yv0RBm2czMiZ+SqCGO7AvmOM3G/w2xhVPH+te0aKgFjmBvGlL1dH+ql2tgGO3MVrbb3jCKyvpgnxA==",
2712
+ "license": "MIT",
2713
+ "dependencies": {
2714
+ "@isaacs/balanced-match": "^4.0.1"
2715
+ },
2716
+ "engines": {
2717
+ "node": "20 || >=22"
2718
+ }
2719
+ },
2675
2720
  "node_modules/@isaacs/cliui": {
2676
2721
  "version": "8.0.2",
2677
2722
  "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
@@ -3683,6 +3728,7 @@
3683
3728
  "version": "0.11.0",
3684
3729
  "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
3685
3730
  "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
3731
+ "dev": true,
3686
3732
  "license": "MIT",
3687
3733
  "optional": true,
3688
3734
  "engines": {
@@ -3690,12 +3736,12 @@
3690
3736
  }
3691
3737
  },
3692
3738
  "node_modules/@playwright/test": {
3693
- "version": "1.53.2",
3694
- "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.53.2.tgz",
3695
- "integrity": "sha512-tEB2U5z74ebBeyfGNZ3Jfg29AnW+5HlWhvHtb/Mqco9pFdZU1ZLNdVb2UtB5CvmiilNr2ZfVH/qMmAROG/XTzw==",
3739
+ "version": "1.54.2",
3740
+ "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.54.2.tgz",
3741
+ "integrity": "sha512-A+znathYxPf+72riFd1r1ovOLqsIIB0jKIoPjyK2kqEIe30/6jF6BC7QNluHuwUmsD2tv1XZVugN8GqfTMOxsA==",
3696
3742
  "license": "Apache-2.0",
3697
3743
  "dependencies": {
3698
- "playwright": "1.53.2"
3744
+ "playwright": "1.54.2"
3699
3745
  },
3700
3746
  "bin": {
3701
3747
  "playwright": "cli.js"
@@ -7552,6 +7598,7 @@
7552
7598
  "version": "3.4.3",
7553
7599
  "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz",
7554
7600
  "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==",
7601
+ "dev": true,
7555
7602
  "license": "BlueOak-1.0.0",
7556
7603
  "dependencies": {
7557
7604
  "@isaacs/cliui": "^8.0.2"
@@ -8506,6 +8553,22 @@
8506
8553
  "node": ">=8"
8507
8554
  }
8508
8555
  },
8556
+ "node_modules/jest-html-reporter/node_modules/supports-color": {
8557
+ "version": "8.1.1",
8558
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
8559
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
8560
+ "dev": true,
8561
+ "license": "MIT",
8562
+ "dependencies": {
8563
+ "has-flag": "^4.0.0"
8564
+ },
8565
+ "engines": {
8566
+ "node": ">=10"
8567
+ },
8568
+ "funding": {
8569
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
8570
+ }
8571
+ },
8509
8572
  "node_modules/jest-html-reporter/node_modules/write-file-atomic": {
8510
8573
  "version": "5.0.1",
8511
8574
  "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-5.0.1.tgz",
@@ -9384,6 +9447,21 @@
9384
9447
  "node": "^14.15.0 || ^16.10.0 || >=18.0.0"
9385
9448
  }
9386
9449
  },
9450
+ "node_modules/jest-worker/node_modules/supports-color": {
9451
+ "version": "8.1.1",
9452
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
9453
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
9454
+ "license": "MIT",
9455
+ "dependencies": {
9456
+ "has-flag": "^4.0.0"
9457
+ },
9458
+ "engines": {
9459
+ "node": ">=10"
9460
+ },
9461
+ "funding": {
9462
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
9463
+ }
9464
+ },
9387
9465
  "node_modules/js-tokens": {
9388
9466
  "version": "4.0.0",
9389
9467
  "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
@@ -10305,6 +10383,7 @@
10305
10383
  "version": "1.11.1",
10306
10384
  "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
10307
10385
  "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
10386
+ "dev": true,
10308
10387
  "license": "BlueOak-1.0.0",
10309
10388
  "dependencies": {
10310
10389
  "lru-cache": "^10.2.0",
@@ -10321,6 +10400,7 @@
10321
10400
  "version": "10.4.3",
10322
10401
  "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz",
10323
10402
  "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==",
10403
+ "dev": true,
10324
10404
  "license": "ISC"
10325
10405
  },
10326
10406
  "node_modules/path-to-regexp": {
@@ -10446,12 +10526,12 @@
10446
10526
  }
10447
10527
  },
10448
10528
  "node_modules/playwright": {
10449
- "version": "1.53.2",
10450
- "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.53.2.tgz",
10451
- "integrity": "sha512-6K/qQxVFuVQhRQhFsVZ9fGeatxirtrpPgxzBYWyZLEXJzqYwuL4fuNmfOfD5et1tJE4GScKyPNeLhZeRwuTU3A==",
10529
+ "version": "1.54.2",
10530
+ "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.54.2.tgz",
10531
+ "integrity": "sha512-Hu/BMoA1NAdRUuulyvQC0pEqZ4vQbGfn8f7wPXcnqQmM+zct9UliKxsIkLNmz/ku7LElUNqmaiv1TG/aL5ACsw==",
10452
10532
  "license": "Apache-2.0",
10453
10533
  "dependencies": {
10454
- "playwright-core": "1.53.2"
10534
+ "playwright-core": "1.54.2"
10455
10535
  },
10456
10536
  "bin": {
10457
10537
  "playwright": "cli.js"
@@ -10495,30 +10575,6 @@
10495
10575
  "@playwright/test": ">=1.42"
10496
10576
  }
10497
10577
  },
10498
- "node_modules/playwright-bdd/node_modules/@cucumber/gherkin": {
10499
- "version": "32.2.0",
10500
- "resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-32.2.0.tgz",
10501
- "integrity": "sha512-X8xuVhSIqlUjxSRifRJ7t0TycVWyX58fygJH3wDNmHINLg9sYEkvQT0SO2G5YlRZnYc11TIFr4YPenscvdlBIw==",
10502
- "license": "MIT",
10503
- "dependencies": {
10504
- "@cucumber/messages": ">=19.1.4 <28"
10505
- }
10506
- },
10507
- "node_modules/playwright-bdd/node_modules/@cucumber/html-formatter": {
10508
- "version": "21.13.0",
10509
- "resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.13.0.tgz",
10510
- "integrity": "sha512-/zkBZNGZca7AeY4hSMMu3PBqZBZtZ45qhynZC++LAstlyhXQrzl6zmjVLZMX7jIbdF1Lb+TjN4PWiGtS5VOM6g==",
10511
- "license": "MIT",
10512
- "peerDependencies": {
10513
- "@cucumber/messages": ">=18"
10514
- }
10515
- },
10516
- "node_modules/playwright-bdd/node_modules/@cucumber/tag-expressions": {
10517
- "version": "6.2.0",
10518
- "resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.2.0.tgz",
10519
- "integrity": "sha512-KIF0eLcafHbWOuSDWFw0lMmgJOLdDRWjEL1kfXEWrqHmx2119HxVAr35WuEd9z542d3Yyg+XNqSr+81rIKqEdg==",
10520
- "license": "MIT"
10521
- },
10522
10578
  "node_modules/playwright-bdd/node_modules/commander": {
10523
10579
  "version": "13.1.0",
10524
10580
  "resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
@@ -10550,9 +10606,9 @@
10550
10606
  }
10551
10607
  },
10552
10608
  "node_modules/playwright-core": {
10553
- "version": "1.53.2",
10554
- "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.53.2.tgz",
10555
- "integrity": "sha512-ox/OytMy+2w1jcYEYlOo1Hhp8hZkLCximMTUTMBXjGUA1KoFfiSZ+DU+3a739jsPY0yoKH2TFy9S2fsJas8yAw==",
10609
+ "version": "1.54.2",
10610
+ "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.54.2.tgz",
10611
+ "integrity": "sha512-n5r4HFbMmWsB4twG7tJLDN9gmBUeSPcsBZiWSE4DnYz9mJMAFqr2ID7+eGC9kpEnxExJ1epttwR59LEWCk8mtA==",
10556
10612
  "license": "Apache-2.0",
10557
10613
  "bin": {
10558
10614
  "playwright-core": "cli.js"
@@ -11715,15 +11771,12 @@
11715
11771
  }
11716
11772
  },
11717
11773
  "node_modules/supports-color": {
11718
- "version": "8.1.1",
11719
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
11720
- "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
11774
+ "version": "10.0.0",
11775
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-10.0.0.tgz",
11776
+ "integrity": "sha512-HRVVSbCCMbj7/kdWF9Q+bbckjBHLtHMEoJWlkmYzzdwhYMkjkOwubLM6t7NbWKjgKamGDrWL1++KrjUO1t9oAQ==",
11721
11777
  "license": "MIT",
11722
- "dependencies": {
11723
- "has-flag": "^4.0.0"
11724
- },
11725
11778
  "engines": {
11726
- "node": ">=10"
11779
+ "node": ">=18"
11727
11780
  },
11728
11781
  "funding": {
11729
11782
  "url": "https://github.com/chalk/supports-color?sponsor=1"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/testinglibrary",
3
- "version": "0.0.2-n20-experimental",
3
+ "version": "0.0.3-n20-experimental",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "scripts": {
@@ -23,8 +23,8 @@
23
23
  "dependencies": {
24
24
  "@babel/code-frame": "7.27.1",
25
25
  "@babel/preset-react": "7.27.1",
26
- "@cucumber/cucumber": "11.3.0",
27
- "@playwright/test": "1.53.2",
26
+ "@cucumber/cucumber": "12.1.0",
27
+ "@playwright/test": "1.54.2",
28
28
  "@reportportal/agent-js-playwright": "5.1.11",
29
29
  "@testing-library/jest-dom": "5.11.9",
30
30
  "@testing-library/react": "11.2.7",
@@ -35,8 +35,8 @@
35
35
  "jest": "29.6.2",
36
36
  "jest-environment-jsdom": "29.6.2",
37
37
  "msw": "2.10.4",
38
- "playwright": "1.53.2",
39
- "supports-color": "8.1.1",
38
+ "playwright": "1.54.2",
39
+ "supports-color": "10.0.0",
40
40
  "playwright-bdd": "8.3.1"
41
41
  },
42
42
  "bin": {