@zohodesk/testinglibrary 3.2.15 → 3.2.17
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 +6 -0
- package/build/core/playwright/helpers/auth/loginDefaultStepsHelper.js +2 -0
- package/build/core/playwright/helpers/auth/loginSteps.js +13 -5
- package/build/core/playwright/readConfigFile.js +5 -1
- package/npm-shrinkwrap.json +264 -152
- package/package.json +1 -2
- package/test-results/.last-run.json +0 -4
- package/unit_reports/unit-report.html +0 -260
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ async function executeDefaultLoginSteps(context, testInfo, testDetails, testPort
|
|
|
41
41
|
}
|
|
42
42
|
try {
|
|
43
43
|
const projectName = testInfo.project.name;
|
|
44
|
+
const authFileName = process.env.authFileName;
|
|
45
|
+
testDetails.authFilePrefix = authFileName;
|
|
44
46
|
if (testPortalDetails && projectName !== 'setup' && projectName !== 'cleanup') {
|
|
45
47
|
await context.clearCookies();
|
|
46
48
|
await (0, _auth.performLoginSteps)(testDetails, async testInfo => {
|
|
@@ -18,14 +18,22 @@ async function performLoginSteps(testInfo, isLoggedIn, loginSteps) {
|
|
|
18
18
|
authFilePrefix,
|
|
19
19
|
email
|
|
20
20
|
} = testInfo;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
let authFileName;
|
|
22
|
+
if (!authFilePrefix) {
|
|
23
|
+
authFileName = email;
|
|
24
|
+
} else if (authFilePrefix.includes(email)) {
|
|
25
|
+
authFileName = authFilePrefix;
|
|
26
|
+
} else {
|
|
27
|
+
authFileName = authFilePrefix + email;
|
|
28
|
+
}
|
|
29
|
+
process.env.authFileName = authFileName;
|
|
30
|
+
const authFile = _path.default.resolve(_path.default.join((0, _checkAuthCookies.getAuthFileDirectory)(), `${authFileName}-cookies.json`));
|
|
31
|
+
const lockFileName = authFileName.replace(/[@.]/g, '_');
|
|
24
32
|
const fileMutex = new _fileMutex.default((0, _checkAuthDirectory.getLockDirectoryPath)(), lockFileName, _fileMutexConfig.fileDeletionTimeoutConfig);
|
|
25
33
|
let loginUsingCookie = false;
|
|
26
34
|
try {
|
|
27
35
|
if ((0, _checkAuthCookies.verifyIfCookieFileExists)(authFile)) {
|
|
28
|
-
console.log(`${
|
|
36
|
+
console.log(`${authFileName} Cookie file exists. Loading cookies, worker index - ${process.env.TEST_WORKER_INDEX}`);
|
|
29
37
|
loginUsingCookie = true;
|
|
30
38
|
} else {
|
|
31
39
|
await fileMutex.acquire();
|
|
@@ -40,7 +48,7 @@ async function performLoginSteps(testInfo, isLoggedIn, loginSteps) {
|
|
|
40
48
|
});
|
|
41
49
|
}
|
|
42
50
|
} catch (error) {
|
|
43
|
-
console.error(`Error during login for ${
|
|
51
|
+
console.error(`Error during login for ${authFileName}:`, error);
|
|
44
52
|
} finally {
|
|
45
53
|
if (!loginUsingCookie) {
|
|
46
54
|
await fileMutex.release();
|
|
@@ -17,6 +17,10 @@ var _Configuration = _interopRequireDefault(require("./configuration/Configurati
|
|
|
17
17
|
var _UserArgs = _interopRequireDefault(require("./configuration/UserArgs"));
|
|
18
18
|
var _ConfigurationHelper = require("./configuration/ConfigurationHelper");
|
|
19
19
|
let cachedConfig = null;
|
|
20
|
+
function getPrimaryCookiePath() {
|
|
21
|
+
const authFileName = process.env.authFileName;
|
|
22
|
+
return `uat/playwright/.auth/${authFileName}-cookies.json`;
|
|
23
|
+
}
|
|
20
24
|
function getDefaultConfig() {
|
|
21
25
|
return {
|
|
22
26
|
isTearDown: true,
|
|
@@ -33,7 +37,7 @@ function getDefaultConfig() {
|
|
|
33
37
|
bddMode: false,
|
|
34
38
|
expectTimeout: 5 * 1000,
|
|
35
39
|
testTimeout: 60 * 1000,
|
|
36
|
-
authFilePath:
|
|
40
|
+
authFilePath: getPrimaryCookiePath(),
|
|
37
41
|
viewport: {
|
|
38
42
|
width: 1280,
|
|
39
43
|
height: 720
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zohodesk/testinglibrary",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.17",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@zohodesk/testinglibrary",
|
|
9
|
-
"version": "3.2.
|
|
9
|
+
"version": "3.2.17",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
@@ -2036,6 +2036,67 @@
|
|
|
2036
2036
|
"regexp-match-indices": "1.0.2"
|
|
2037
2037
|
}
|
|
2038
2038
|
},
|
|
2039
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/gherkin": {
|
|
2040
|
+
"version": "30.0.4",
|
|
2041
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-30.0.4.tgz",
|
|
2042
|
+
"integrity": "sha512-pb7lmAJqweZRADTTsgnC3F5zbTh3nwOB1M83Q9ZPbUKMb3P76PzK6cTcPTJBHWy3l7isbigIv+BkDjaca6C8/g==",
|
|
2043
|
+
"license": "MIT",
|
|
2044
|
+
"dependencies": {
|
|
2045
|
+
"@cucumber/messages": ">=19.1.4 <=26"
|
|
2046
|
+
}
|
|
2047
|
+
},
|
|
2048
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": {
|
|
2049
|
+
"version": "26.0.1",
|
|
2050
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-26.0.1.tgz",
|
|
2051
|
+
"integrity": "sha512-DIxSg+ZGariumO+Lq6bn4kOUIUET83A4umrnWmidjGFl8XxkBieUZtsmNbLYgH/gnsmP07EfxxdTr0hOchV1Sg==",
|
|
2052
|
+
"license": "MIT",
|
|
2053
|
+
"dependencies": {
|
|
2054
|
+
"@types/uuid": "10.0.0",
|
|
2055
|
+
"class-transformer": "0.5.1",
|
|
2056
|
+
"reflect-metadata": "0.2.2",
|
|
2057
|
+
"uuid": "10.0.0"
|
|
2058
|
+
}
|
|
2059
|
+
},
|
|
2060
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/gherkin/node_modules/uuid": {
|
|
2061
|
+
"version": "10.0.0",
|
|
2062
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
2063
|
+
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
2064
|
+
"funding": [
|
|
2065
|
+
"https://github.com/sponsors/broofa",
|
|
2066
|
+
"https://github.com/sponsors/ctavan"
|
|
2067
|
+
],
|
|
2068
|
+
"license": "MIT",
|
|
2069
|
+
"bin": {
|
|
2070
|
+
"uuid": "dist/bin/uuid"
|
|
2071
|
+
}
|
|
2072
|
+
},
|
|
2073
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/html-formatter": {
|
|
2074
|
+
"version": "21.10.1",
|
|
2075
|
+
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.10.1.tgz",
|
|
2076
|
+
"integrity": "sha512-isaaNMNnBYThsvaHy7i+9kkk9V3+rhgdkt0pd6TCY6zY1CSRZQ7tG6ST9pYyRaECyfbCeF7UGH0KpNEnh6UNvQ==",
|
|
2077
|
+
"license": "MIT",
|
|
2078
|
+
"peerDependencies": {
|
|
2079
|
+
"@cucumber/messages": ">=18"
|
|
2080
|
+
}
|
|
2081
|
+
},
|
|
2082
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/messages": {
|
|
2083
|
+
"version": "27.2.0",
|
|
2084
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-27.2.0.tgz",
|
|
2085
|
+
"integrity": "sha512-f2o/HqKHgsqzFLdq6fAhfG1FNOQPdBdyMGpKwhb7hZqg0yZtx9BVqkTyuoNk83Fcvk3wjMVfouFXXHNEk4nddA==",
|
|
2086
|
+
"license": "MIT",
|
|
2087
|
+
"dependencies": {
|
|
2088
|
+
"@types/uuid": "10.0.0",
|
|
2089
|
+
"class-transformer": "0.5.1",
|
|
2090
|
+
"reflect-metadata": "0.2.2",
|
|
2091
|
+
"uuid": "11.0.5"
|
|
2092
|
+
}
|
|
2093
|
+
},
|
|
2094
|
+
"node_modules/@cucumber/cucumber/node_modules/@cucumber/tag-expressions": {
|
|
2095
|
+
"version": "6.1.2",
|
|
2096
|
+
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.1.2.tgz",
|
|
2097
|
+
"integrity": "sha512-xa3pER+ntZhGCxRXSguDTKEHTZpUUsp+RzTRNnit+vi5cqnk6abLdSLg5i3HZXU3c74nQ8afQC6IT507EN74oQ==",
|
|
2098
|
+
"license": "MIT"
|
|
2099
|
+
},
|
|
2039
2100
|
"node_modules/@cucumber/cucumber/node_modules/brace-expansion": {
|
|
2040
2101
|
"version": "2.0.2",
|
|
2041
2102
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz",
|
|
@@ -2055,9 +2116,9 @@
|
|
|
2055
2116
|
}
|
|
2056
2117
|
},
|
|
2057
2118
|
"node_modules/@cucumber/cucumber/node_modules/glob": {
|
|
2058
|
-
"version": "10.
|
|
2059
|
-
"resolved": "https://registry.npmjs.org/glob/-/glob-10.
|
|
2060
|
-
"integrity": "sha512-
|
|
2119
|
+
"version": "10.5.0",
|
|
2120
|
+
"resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz",
|
|
2121
|
+
"integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==",
|
|
2061
2122
|
"license": "ISC",
|
|
2062
2123
|
"dependencies": {
|
|
2063
2124
|
"foreground-child": "^3.1.0",
|
|
@@ -2074,6 +2135,15 @@
|
|
|
2074
2135
|
"url": "https://github.com/sponsors/isaacs"
|
|
2075
2136
|
}
|
|
2076
2137
|
},
|
|
2138
|
+
"node_modules/@cucumber/cucumber/node_modules/luxon": {
|
|
2139
|
+
"version": "3.6.1",
|
|
2140
|
+
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.1.tgz",
|
|
2141
|
+
"integrity": "sha512-tJLxrKJhO2ukZ5z0gyjY1zPh3Rh88Ej9P7jNrZiHMUXHae1yvI2imgOZtL1TO8TW6biMMKfTtAOoEJANgtWBMQ==",
|
|
2142
|
+
"license": "MIT",
|
|
2143
|
+
"engines": {
|
|
2144
|
+
"node": ">=12"
|
|
2145
|
+
}
|
|
2146
|
+
},
|
|
2077
2147
|
"node_modules/@cucumber/cucumber/node_modules/minimatch": {
|
|
2078
2148
|
"version": "9.0.5",
|
|
2079
2149
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz",
|
|
@@ -2101,13 +2171,27 @@
|
|
|
2101
2171
|
"node": ">=10"
|
|
2102
2172
|
}
|
|
2103
2173
|
},
|
|
2174
|
+
"node_modules/@cucumber/cucumber/node_modules/uuid": {
|
|
2175
|
+
"version": "11.0.5",
|
|
2176
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
2177
|
+
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
2178
|
+
"funding": [
|
|
2179
|
+
"https://github.com/sponsors/broofa",
|
|
2180
|
+
"https://github.com/sponsors/ctavan"
|
|
2181
|
+
],
|
|
2182
|
+
"license": "MIT",
|
|
2183
|
+
"bin": {
|
|
2184
|
+
"uuid": "dist/esm/bin/uuid"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2104
2187
|
"node_modules/@cucumber/gherkin": {
|
|
2105
|
-
"version": "
|
|
2106
|
-
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-
|
|
2107
|
-
"integrity": "sha512-
|
|
2188
|
+
"version": "37.0.0",
|
|
2189
|
+
"resolved": "https://registry.npmjs.org/@cucumber/gherkin/-/gherkin-37.0.0.tgz",
|
|
2190
|
+
"integrity": "sha512-vKJVJ6h4HCktG870wgYUUskNpFxbFI0WmAkVLPTz1LlLwJX7/KOBqFcr2/L3u0pPoHjbLRW+IpbiXLT2T13/wg==",
|
|
2108
2191
|
"license": "MIT",
|
|
2192
|
+
"peer": true,
|
|
2109
2193
|
"dependencies": {
|
|
2110
|
-
"@cucumber/messages": ">=
|
|
2194
|
+
"@cucumber/messages": ">=31.0.0 <32"
|
|
2111
2195
|
}
|
|
2112
2196
|
},
|
|
2113
2197
|
"node_modules/@cucumber/gherkin-streams": {
|
|
@@ -2174,16 +2258,7 @@
|
|
|
2174
2258
|
"uuid": "10.0.0"
|
|
2175
2259
|
}
|
|
2176
2260
|
},
|
|
2177
|
-
"node_modules/@cucumber/gherkin-utils/node_modules/
|
|
2178
|
-
"version": "13.1.0",
|
|
2179
|
-
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
2180
|
-
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
2181
|
-
"license": "MIT",
|
|
2182
|
-
"engines": {
|
|
2183
|
-
"node": ">=18"
|
|
2184
|
-
}
|
|
2185
|
-
},
|
|
2186
|
-
"node_modules/@cucumber/gherkin-utils/node_modules/uuid": {
|
|
2261
|
+
"node_modules/@cucumber/gherkin-utils/node_modules/@cucumber/gherkin/node_modules/uuid": {
|
|
2187
2262
|
"version": "10.0.0",
|
|
2188
2263
|
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
|
|
2189
2264
|
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
|
|
@@ -2196,35 +2271,44 @@
|
|
|
2196
2271
|
"uuid": "dist/bin/uuid"
|
|
2197
2272
|
}
|
|
2198
2273
|
},
|
|
2199
|
-
"node_modules/@cucumber/gherkin/node_modules/@cucumber/messages": {
|
|
2200
|
-
"version": "
|
|
2201
|
-
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-
|
|
2202
|
-
"integrity": "sha512-
|
|
2274
|
+
"node_modules/@cucumber/gherkin-utils/node_modules/@cucumber/messages": {
|
|
2275
|
+
"version": "27.2.0",
|
|
2276
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-27.2.0.tgz",
|
|
2277
|
+
"integrity": "sha512-f2o/HqKHgsqzFLdq6fAhfG1FNOQPdBdyMGpKwhb7hZqg0yZtx9BVqkTyuoNk83Fcvk3wjMVfouFXXHNEk4nddA==",
|
|
2203
2278
|
"license": "MIT",
|
|
2204
2279
|
"dependencies": {
|
|
2205
2280
|
"@types/uuid": "10.0.0",
|
|
2206
2281
|
"class-transformer": "0.5.1",
|
|
2207
2282
|
"reflect-metadata": "0.2.2",
|
|
2208
|
-
"uuid": "
|
|
2283
|
+
"uuid": "11.0.5"
|
|
2209
2284
|
}
|
|
2210
2285
|
},
|
|
2211
|
-
"node_modules/@cucumber/gherkin/node_modules/
|
|
2212
|
-
"version": "
|
|
2213
|
-
"resolved": "https://registry.npmjs.org/
|
|
2214
|
-
"integrity": "sha512
|
|
2286
|
+
"node_modules/@cucumber/gherkin-utils/node_modules/commander": {
|
|
2287
|
+
"version": "13.1.0",
|
|
2288
|
+
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
2289
|
+
"integrity": "sha512-/rFeCpNJQbhSZjGVwO9RFV3xPqbnERS8MmIQzCtD/zl6gpJuV/bMLuN92oG3F7d8oDEHHRrujSXNUr8fpjntKw==",
|
|
2290
|
+
"license": "MIT",
|
|
2291
|
+
"engines": {
|
|
2292
|
+
"node": ">=18"
|
|
2293
|
+
}
|
|
2294
|
+
},
|
|
2295
|
+
"node_modules/@cucumber/gherkin-utils/node_modules/uuid": {
|
|
2296
|
+
"version": "11.0.5",
|
|
2297
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
2298
|
+
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
2215
2299
|
"funding": [
|
|
2216
2300
|
"https://github.com/sponsors/broofa",
|
|
2217
2301
|
"https://github.com/sponsors/ctavan"
|
|
2218
2302
|
],
|
|
2219
2303
|
"license": "MIT",
|
|
2220
2304
|
"bin": {
|
|
2221
|
-
"uuid": "dist/bin/uuid"
|
|
2305
|
+
"uuid": "dist/esm/bin/uuid"
|
|
2222
2306
|
}
|
|
2223
2307
|
},
|
|
2224
2308
|
"node_modules/@cucumber/html-formatter": {
|
|
2225
|
-
"version": "21.
|
|
2226
|
-
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.
|
|
2227
|
-
"integrity": "sha512-
|
|
2309
|
+
"version": "21.14.0",
|
|
2310
|
+
"resolved": "https://registry.npmjs.org/@cucumber/html-formatter/-/html-formatter-21.14.0.tgz",
|
|
2311
|
+
"integrity": "sha512-vQqbmQZc0QiN4c+cMCffCItpODJlOlYtPG7pH6We096dBOa7u0ttDMjT6KrMAnQlcln54rHL46r408IFpuznAw==",
|
|
2228
2312
|
"license": "MIT",
|
|
2229
2313
|
"peerDependencies": {
|
|
2230
2314
|
"@cucumber/messages": ">=18"
|
|
@@ -2255,15 +2339,14 @@
|
|
|
2255
2339
|
}
|
|
2256
2340
|
},
|
|
2257
2341
|
"node_modules/@cucumber/messages": {
|
|
2258
|
-
"version": "
|
|
2259
|
-
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-
|
|
2260
|
-
"integrity": "sha512-
|
|
2342
|
+
"version": "31.0.0",
|
|
2343
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-31.0.0.tgz",
|
|
2344
|
+
"integrity": "sha512-Dqhatp4AjMsH9SREfWz3Q8nlGuwJMTW7YAW5L3OzRId86ZUEu/a8vIL1RO2c0agQefuBS2SVH9fEZ66ovrMYRA==",
|
|
2261
2345
|
"license": "MIT",
|
|
2346
|
+
"peer": true,
|
|
2262
2347
|
"dependencies": {
|
|
2263
|
-
"@types/uuid": "10.0.0",
|
|
2264
2348
|
"class-transformer": "0.5.1",
|
|
2265
|
-
"reflect-metadata": "0.2.2"
|
|
2266
|
-
"uuid": "11.0.5"
|
|
2349
|
+
"reflect-metadata": "0.2.2"
|
|
2267
2350
|
}
|
|
2268
2351
|
},
|
|
2269
2352
|
"node_modules/@cucumber/query": {
|
|
@@ -2280,9 +2363,9 @@
|
|
|
2280
2363
|
}
|
|
2281
2364
|
},
|
|
2282
2365
|
"node_modules/@cucumber/tag-expressions": {
|
|
2283
|
-
"version": "6.
|
|
2284
|
-
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.
|
|
2285
|
-
"integrity": "sha512-
|
|
2366
|
+
"version": "6.2.0",
|
|
2367
|
+
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.2.0.tgz",
|
|
2368
|
+
"integrity": "sha512-KIF0eLcafHbWOuSDWFw0lMmgJOLdDRWjEL1kfXEWrqHmx2119HxVAr35WuEd9z542d3Yyg+XNqSr+81rIKqEdg==",
|
|
2286
2369
|
"license": "MIT"
|
|
2287
2370
|
},
|
|
2288
2371
|
"node_modules/@eslint-community/eslint-utils": {
|
|
@@ -2369,9 +2452,9 @@
|
|
|
2369
2452
|
}
|
|
2370
2453
|
},
|
|
2371
2454
|
"node_modules/@eslint/eslintrc": {
|
|
2372
|
-
"version": "3.3.
|
|
2373
|
-
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.
|
|
2374
|
-
"integrity": "sha512-
|
|
2455
|
+
"version": "3.3.3",
|
|
2456
|
+
"resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-3.3.3.tgz",
|
|
2457
|
+
"integrity": "sha512-Kr+LPIUVKz2qkx1HAMH8q1q6azbqBAsXJUxBl/ODDuVPX45Z9DfwB8tPjTi6nNZ8BuM3nbJxC5zCAg5elnBUTQ==",
|
|
2375
2458
|
"license": "MIT",
|
|
2376
2459
|
"peer": true,
|
|
2377
2460
|
"dependencies": {
|
|
@@ -2381,7 +2464,7 @@
|
|
|
2381
2464
|
"globals": "^14.0.0",
|
|
2382
2465
|
"ignore": "^5.2.0",
|
|
2383
2466
|
"import-fresh": "^3.2.1",
|
|
2384
|
-
"js-yaml": "^4.1.
|
|
2467
|
+
"js-yaml": "^4.1.1",
|
|
2385
2468
|
"minimatch": "^3.1.2",
|
|
2386
2469
|
"strip-json-comments": "^3.1.1"
|
|
2387
2470
|
},
|
|
@@ -2400,9 +2483,9 @@
|
|
|
2400
2483
|
"peer": true
|
|
2401
2484
|
},
|
|
2402
2485
|
"node_modules/@eslint/eslintrc/node_modules/js-yaml": {
|
|
2403
|
-
"version": "4.1.
|
|
2404
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.
|
|
2405
|
-
"integrity": "sha512-
|
|
2486
|
+
"version": "4.1.1",
|
|
2487
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
|
2488
|
+
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
|
2406
2489
|
"license": "MIT",
|
|
2407
2490
|
"peer": true,
|
|
2408
2491
|
"dependencies": {
|
|
@@ -4051,9 +4134,9 @@
|
|
|
4051
4134
|
"license": "MIT"
|
|
4052
4135
|
},
|
|
4053
4136
|
"node_modules/@types/node": {
|
|
4054
|
-
"version": "24.10.
|
|
4055
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.
|
|
4056
|
-
"integrity": "sha512-
|
|
4137
|
+
"version": "24.10.1",
|
|
4138
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.1.tgz",
|
|
4139
|
+
"integrity": "sha512-GNWcUTRBgIRJD5zj+Tq0fKOJ5XZajIiBroOF0yvj2bSU1WvNdYS/dn9UxwsujGW4JX06dnHyjV2y9rRaybH0iQ==",
|
|
4057
4140
|
"license": "MIT",
|
|
4058
4141
|
"dependencies": {
|
|
4059
4142
|
"undici-types": "~7.16.0"
|
|
@@ -4066,18 +4149,18 @@
|
|
|
4066
4149
|
"license": "MIT"
|
|
4067
4150
|
},
|
|
4068
4151
|
"node_modules/@types/react": {
|
|
4069
|
-
"version": "19.2.
|
|
4070
|
-
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.
|
|
4071
|
-
"integrity": "sha512-
|
|
4152
|
+
"version": "19.2.7",
|
|
4153
|
+
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.7.tgz",
|
|
4154
|
+
"integrity": "sha512-MWtvHrGZLFttgeEj28VXHxpmwYbor/ATPYbBfSFZEIRK0ecCFLl2Qo55z52Hss+UV9CRN7trSeq1zbgx7YDWWg==",
|
|
4072
4155
|
"license": "MIT",
|
|
4073
4156
|
"dependencies": {
|
|
4074
|
-
"csstype": "^3.
|
|
4157
|
+
"csstype": "^3.2.2"
|
|
4075
4158
|
}
|
|
4076
4159
|
},
|
|
4077
4160
|
"node_modules/@types/react-dom": {
|
|
4078
|
-
"version": "19.2.
|
|
4079
|
-
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.
|
|
4080
|
-
"integrity": "sha512-
|
|
4161
|
+
"version": "19.2.3",
|
|
4162
|
+
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.2.3.tgz",
|
|
4163
|
+
"integrity": "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==",
|
|
4081
4164
|
"license": "MIT",
|
|
4082
4165
|
"peerDependencies": {
|
|
4083
4166
|
"@types/react": "^19.2.0"
|
|
@@ -4129,9 +4212,9 @@
|
|
|
4129
4212
|
"license": "MIT"
|
|
4130
4213
|
},
|
|
4131
4214
|
"node_modules/@types/yargs": {
|
|
4132
|
-
"version": "17.0.
|
|
4133
|
-
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.
|
|
4134
|
-
"integrity": "sha512-
|
|
4215
|
+
"version": "17.0.35",
|
|
4216
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.35.tgz",
|
|
4217
|
+
"integrity": "sha512-qUHkeCyQFxMXg79wQfTtfndEC+N9ZZg76HJftDJp+qH2tV7Gj4OJi7l+PiWwJ+pWtW8GwSmqsDj/oymhrTWXjg==",
|
|
4135
4218
|
"license": "MIT",
|
|
4136
4219
|
"dependencies": {
|
|
4137
4220
|
"@types/yargs-parser": "*"
|
|
@@ -4685,9 +4768,9 @@
|
|
|
4685
4768
|
"license": "MIT"
|
|
4686
4769
|
},
|
|
4687
4770
|
"node_modules/baseline-browser-mapping": {
|
|
4688
|
-
"version": "2.8.
|
|
4689
|
-
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.
|
|
4690
|
-
"integrity": "sha512-
|
|
4771
|
+
"version": "2.8.30",
|
|
4772
|
+
"resolved": "https://registry.npmjs.org/baseline-browser-mapping/-/baseline-browser-mapping-2.8.30.tgz",
|
|
4773
|
+
"integrity": "sha512-aTUKW4ptQhS64+v2d6IkPzymEzzhw+G0bA1g3uBRV3+ntkH+svttKseW5IOR4Ed6NUVKqnY7qT3dKvzQ7io4AA==",
|
|
4691
4774
|
"license": "Apache-2.0",
|
|
4692
4775
|
"bin": {
|
|
4693
4776
|
"baseline-browser-mapping": "dist/cli.js"
|
|
@@ -4739,9 +4822,9 @@
|
|
|
4739
4822
|
}
|
|
4740
4823
|
},
|
|
4741
4824
|
"node_modules/browserslist": {
|
|
4742
|
-
"version": "4.
|
|
4743
|
-
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.
|
|
4744
|
-
"integrity": "sha512-
|
|
4825
|
+
"version": "4.28.0",
|
|
4826
|
+
"resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.28.0.tgz",
|
|
4827
|
+
"integrity": "sha512-tbydkR/CxfMwelN0vwdP/pLkDwyAASZ+VfWm4EOwlB6SWhx1sYnWLqo8N5j0rAzPfzfRaxt0mM/4wPU/Su84RQ==",
|
|
4745
4828
|
"funding": [
|
|
4746
4829
|
{
|
|
4747
4830
|
"type": "opencollective",
|
|
@@ -4758,10 +4841,10 @@
|
|
|
4758
4841
|
],
|
|
4759
4842
|
"license": "MIT",
|
|
4760
4843
|
"dependencies": {
|
|
4761
|
-
"baseline-browser-mapping": "^2.8.
|
|
4762
|
-
"caniuse-lite": "^1.0.
|
|
4763
|
-
"electron-to-chromium": "^1.5.
|
|
4764
|
-
"node-releases": "^2.0.
|
|
4844
|
+
"baseline-browser-mapping": "^2.8.25",
|
|
4845
|
+
"caniuse-lite": "^1.0.30001754",
|
|
4846
|
+
"electron-to-chromium": "^1.5.249",
|
|
4847
|
+
"node-releases": "^2.0.27",
|
|
4765
4848
|
"update-browserslist-db": "^1.1.4"
|
|
4766
4849
|
},
|
|
4767
4850
|
"bin": {
|
|
@@ -4876,9 +4959,9 @@
|
|
|
4876
4959
|
}
|
|
4877
4960
|
},
|
|
4878
4961
|
"node_modules/caniuse-lite": {
|
|
4879
|
-
"version": "1.0.
|
|
4880
|
-
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.
|
|
4881
|
-
"integrity": "sha512-
|
|
4962
|
+
"version": "1.0.30001756",
|
|
4963
|
+
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001756.tgz",
|
|
4964
|
+
"integrity": "sha512-4HnCNKbMLkLdhJz3TToeVWHSnfJvPaq6vu/eRP0Ahub/07n484XHhBF5AJoSGHdVrS8tKFauUQz8Bp9P7LVx7A==",
|
|
4882
4965
|
"funding": [
|
|
4883
4966
|
{
|
|
4884
4967
|
"type": "opencollective",
|
|
@@ -5188,9 +5271,9 @@
|
|
|
5188
5271
|
}
|
|
5189
5272
|
},
|
|
5190
5273
|
"node_modules/core-js": {
|
|
5191
|
-
"version": "3.
|
|
5192
|
-
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.
|
|
5193
|
-
"integrity": "sha512-
|
|
5274
|
+
"version": "3.47.0",
|
|
5275
|
+
"resolved": "https://registry.npmjs.org/core-js/-/core-js-3.47.0.tgz",
|
|
5276
|
+
"integrity": "sha512-c3Q2VVkGAUyupsjRnaNX6u8Dq2vAdzm9iuPj5FW0fRxzlxgq9Q39MDq10IvmQSpLgHQNyQzQmOo6bgGHmH3NNg==",
|
|
5194
5277
|
"dev": true,
|
|
5195
5278
|
"hasInstallScript": true,
|
|
5196
5279
|
"license": "MIT",
|
|
@@ -5200,13 +5283,13 @@
|
|
|
5200
5283
|
}
|
|
5201
5284
|
},
|
|
5202
5285
|
"node_modules/core-js-compat": {
|
|
5203
|
-
"version": "3.
|
|
5204
|
-
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.
|
|
5205
|
-
"integrity": "sha512-
|
|
5286
|
+
"version": "3.47.0",
|
|
5287
|
+
"resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.47.0.tgz",
|
|
5288
|
+
"integrity": "sha512-IGfuznZ/n7Kp9+nypamBhvwdwLsW6KC8IOaURw2doAK5e98AG3acVLdh0woOnEqCfUtS+Vu882JE4k/DAm3ItQ==",
|
|
5206
5289
|
"dev": true,
|
|
5207
5290
|
"license": "MIT",
|
|
5208
5291
|
"dependencies": {
|
|
5209
|
-
"browserslist": "^4.
|
|
5292
|
+
"browserslist": "^4.28.0"
|
|
5210
5293
|
},
|
|
5211
5294
|
"funding": {
|
|
5212
5295
|
"type": "opencollective",
|
|
@@ -5214,9 +5297,9 @@
|
|
|
5214
5297
|
}
|
|
5215
5298
|
},
|
|
5216
5299
|
"node_modules/core-js-pure": {
|
|
5217
|
-
"version": "3.
|
|
5218
|
-
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.
|
|
5219
|
-
"integrity": "sha512-
|
|
5300
|
+
"version": "3.47.0",
|
|
5301
|
+
"resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.47.0.tgz",
|
|
5302
|
+
"integrity": "sha512-BcxeDbzUrRnXGYIVAGFtcGQVNpFcUhVjr6W7F8XktvQW2iJP9e66GP6xdKotCRFlrxBvNIBrhwKteRXqMV86Nw==",
|
|
5220
5303
|
"hasInstallScript": true,
|
|
5221
5304
|
"license": "MIT",
|
|
5222
5305
|
"funding": {
|
|
@@ -5301,9 +5384,9 @@
|
|
|
5301
5384
|
"license": "MIT"
|
|
5302
5385
|
},
|
|
5303
5386
|
"node_modules/csstype": {
|
|
5304
|
-
"version": "3.
|
|
5305
|
-
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.
|
|
5306
|
-
"integrity": "sha512-
|
|
5387
|
+
"version": "3.2.3",
|
|
5388
|
+
"resolved": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz",
|
|
5389
|
+
"integrity": "sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==",
|
|
5307
5390
|
"license": "MIT"
|
|
5308
5391
|
},
|
|
5309
5392
|
"node_modules/data-urls": {
|
|
@@ -5569,9 +5652,9 @@
|
|
|
5569
5652
|
"license": "MIT"
|
|
5570
5653
|
},
|
|
5571
5654
|
"node_modules/electron-to-chromium": {
|
|
5572
|
-
"version": "1.5.
|
|
5573
|
-
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.
|
|
5574
|
-
"integrity": "sha512-
|
|
5655
|
+
"version": "1.5.259",
|
|
5656
|
+
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.259.tgz",
|
|
5657
|
+
"integrity": "sha512-I+oLXgpEJzD6Cwuwt1gYjxsDmu/S/Kd41mmLA3O+/uH2pFRO/DvOjUyGozL8j3KeLV6WyZ7ssPwELMsXCcsJAQ==",
|
|
5575
5658
|
"license": "ISC"
|
|
5576
5659
|
},
|
|
5577
5660
|
"node_modules/emittery": {
|
|
@@ -5783,27 +5866,6 @@
|
|
|
5783
5866
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5784
5867
|
}
|
|
5785
5868
|
},
|
|
5786
|
-
"node_modules/escodegen": {
|
|
5787
|
-
"version": "2.1.0",
|
|
5788
|
-
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
5789
|
-
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
5790
|
-
"license": "BSD-2-Clause",
|
|
5791
|
-
"dependencies": {
|
|
5792
|
-
"esprima": "^4.0.1",
|
|
5793
|
-
"estraverse": "^5.2.0",
|
|
5794
|
-
"esutils": "^2.0.2"
|
|
5795
|
-
},
|
|
5796
|
-
"bin": {
|
|
5797
|
-
"escodegen": "bin/escodegen.js",
|
|
5798
|
-
"esgenerate": "bin/esgenerate.js"
|
|
5799
|
-
},
|
|
5800
|
-
"engines": {
|
|
5801
|
-
"node": ">=6.0"
|
|
5802
|
-
},
|
|
5803
|
-
"optionalDependencies": {
|
|
5804
|
-
"source-map": "~0.6.1"
|
|
5805
|
-
}
|
|
5806
|
-
},
|
|
5807
5869
|
"node_modules/eslint": {
|
|
5808
5870
|
"version": "9.39.1",
|
|
5809
5871
|
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.39.1.tgz",
|
|
@@ -6396,9 +6458,9 @@
|
|
|
6396
6458
|
}
|
|
6397
6459
|
},
|
|
6398
6460
|
"node_modules/form-data": {
|
|
6399
|
-
"version": "4.0.
|
|
6400
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
6401
|
-
"integrity": "sha512-
|
|
6461
|
+
"version": "4.0.5",
|
|
6462
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.5.tgz",
|
|
6463
|
+
"integrity": "sha512-8RipRLol37bNs2bhoV67fiTEvdTrbMUYcFTiy3+wuuOnUog2QBHCZWXDRijWQfAkhBj2Uf5UnVaiWwA5vdd82w==",
|
|
6402
6464
|
"license": "MIT",
|
|
6403
6465
|
"dependencies": {
|
|
6404
6466
|
"asynckit": "^0.4.0",
|
|
@@ -6424,6 +6486,20 @@
|
|
|
6424
6486
|
"integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
|
|
6425
6487
|
"license": "ISC"
|
|
6426
6488
|
},
|
|
6489
|
+
"node_modules/fsevents": {
|
|
6490
|
+
"version": "2.3.3",
|
|
6491
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
|
6492
|
+
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
|
6493
|
+
"hasInstallScript": true,
|
|
6494
|
+
"license": "MIT",
|
|
6495
|
+
"optional": true,
|
|
6496
|
+
"os": [
|
|
6497
|
+
"darwin"
|
|
6498
|
+
],
|
|
6499
|
+
"engines": {
|
|
6500
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
6501
|
+
}
|
|
6502
|
+
},
|
|
6427
6503
|
"node_modules/function-bind": {
|
|
6428
6504
|
"version": "1.1.2",
|
|
6429
6505
|
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
|
@@ -9187,9 +9263,9 @@
|
|
|
9187
9263
|
"license": "MIT"
|
|
9188
9264
|
},
|
|
9189
9265
|
"node_modules/js-yaml": {
|
|
9190
|
-
"version": "3.14.
|
|
9191
|
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.
|
|
9192
|
-
"integrity": "sha512-
|
|
9266
|
+
"version": "3.14.2",
|
|
9267
|
+
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.2.tgz",
|
|
9268
|
+
"integrity": "sha512-PMSmkqxr106Xa156c2M265Z+FTrPl+oxd/rgOQy2tijQeK5TxQ43psO1ZCwhVOSdnn+RzkzlRz/eY4BgJBYVpg==",
|
|
9193
9269
|
"license": "MIT",
|
|
9194
9270
|
"dependencies": {
|
|
9195
9271
|
"argparse": "^1.0.7",
|
|
@@ -9244,6 +9320,27 @@
|
|
|
9244
9320
|
}
|
|
9245
9321
|
}
|
|
9246
9322
|
},
|
|
9323
|
+
"node_modules/jsdom/node_modules/escodegen": {
|
|
9324
|
+
"version": "2.1.0",
|
|
9325
|
+
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
|
9326
|
+
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
|
9327
|
+
"license": "BSD-2-Clause",
|
|
9328
|
+
"dependencies": {
|
|
9329
|
+
"esprima": "^4.0.1",
|
|
9330
|
+
"estraverse": "^5.2.0",
|
|
9331
|
+
"esutils": "^2.0.2"
|
|
9332
|
+
},
|
|
9333
|
+
"bin": {
|
|
9334
|
+
"escodegen": "bin/escodegen.js",
|
|
9335
|
+
"esgenerate": "bin/esgenerate.js"
|
|
9336
|
+
},
|
|
9337
|
+
"engines": {
|
|
9338
|
+
"node": ">=6.0"
|
|
9339
|
+
},
|
|
9340
|
+
"optionalDependencies": {
|
|
9341
|
+
"source-map": "~0.6.1"
|
|
9342
|
+
}
|
|
9343
|
+
},
|
|
9247
9344
|
"node_modules/jsesc": {
|
|
9248
9345
|
"version": "3.1.0",
|
|
9249
9346
|
"resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz",
|
|
@@ -9440,9 +9537,9 @@
|
|
|
9440
9537
|
}
|
|
9441
9538
|
},
|
|
9442
9539
|
"node_modules/luxon": {
|
|
9443
|
-
"version": "3.
|
|
9444
|
-
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.
|
|
9445
|
-
"integrity": "sha512-
|
|
9540
|
+
"version": "3.7.1",
|
|
9541
|
+
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.7.1.tgz",
|
|
9542
|
+
"integrity": "sha512-RkRWjA926cTvz5rAb1BqyWkKbbjzCGchDUIKMCUvNi17j6f6j8uHGDV82Aqcqtzd+icoYpELmG3ksgGiFNNcNg==",
|
|
9446
9543
|
"license": "MIT",
|
|
9447
9544
|
"engines": {
|
|
9448
9545
|
"node": ">=12"
|
|
@@ -10420,21 +10517,18 @@
|
|
|
10420
10517
|
"@cucumber/messages": ">=19.1.4 <28"
|
|
10421
10518
|
}
|
|
10422
10519
|
},
|
|
10423
|
-
"node_modules/playwright-bdd/node_modules/@cucumber/
|
|
10424
|
-
"version": "
|
|
10425
|
-
"resolved": "https://registry.npmjs.org/@cucumber/
|
|
10426
|
-
"integrity": "sha512-
|
|
10520
|
+
"node_modules/playwright-bdd/node_modules/@cucumber/messages": {
|
|
10521
|
+
"version": "27.2.0",
|
|
10522
|
+
"resolved": "https://registry.npmjs.org/@cucumber/messages/-/messages-27.2.0.tgz",
|
|
10523
|
+
"integrity": "sha512-f2o/HqKHgsqzFLdq6fAhfG1FNOQPdBdyMGpKwhb7hZqg0yZtx9BVqkTyuoNk83Fcvk3wjMVfouFXXHNEk4nddA==",
|
|
10427
10524
|
"license": "MIT",
|
|
10428
|
-
"
|
|
10429
|
-
"@
|
|
10525
|
+
"dependencies": {
|
|
10526
|
+
"@types/uuid": "10.0.0",
|
|
10527
|
+
"class-transformer": "0.5.1",
|
|
10528
|
+
"reflect-metadata": "0.2.2",
|
|
10529
|
+
"uuid": "11.0.5"
|
|
10430
10530
|
}
|
|
10431
10531
|
},
|
|
10432
|
-
"node_modules/playwright-bdd/node_modules/@cucumber/tag-expressions": {
|
|
10433
|
-
"version": "6.2.0",
|
|
10434
|
-
"resolved": "https://registry.npmjs.org/@cucumber/tag-expressions/-/tag-expressions-6.2.0.tgz",
|
|
10435
|
-
"integrity": "sha512-KIF0eLcafHbWOuSDWFw0lMmgJOLdDRWjEL1kfXEWrqHmx2119HxVAr35WuEd9z542d3Yyg+XNqSr+81rIKqEdg==",
|
|
10436
|
-
"license": "MIT"
|
|
10437
|
-
},
|
|
10438
10532
|
"node_modules/playwright-bdd/node_modules/commander": {
|
|
10439
10533
|
"version": "13.1.0",
|
|
10440
10534
|
"resolved": "https://registry.npmjs.org/commander/-/commander-13.1.0.tgz",
|
|
@@ -10470,15 +10564,32 @@
|
|
|
10470
10564
|
}
|
|
10471
10565
|
},
|
|
10472
10566
|
"node_modules/playwright-bdd/node_modules/mime-types": {
|
|
10473
|
-
"version": "3.0.
|
|
10474
|
-
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.
|
|
10475
|
-
"integrity": "sha512-
|
|
10567
|
+
"version": "3.0.2",
|
|
10568
|
+
"resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.2.tgz",
|
|
10569
|
+
"integrity": "sha512-Lbgzdk0h4juoQ9fCKXW4by0UJqj+nOOrI9MJ1sSj4nI8aI2eo1qmvQEie4VD1glsS250n15LsWsYtCugiStS5A==",
|
|
10476
10570
|
"license": "MIT",
|
|
10477
10571
|
"dependencies": {
|
|
10478
10572
|
"mime-db": "^1.54.0"
|
|
10479
10573
|
},
|
|
10480
10574
|
"engines": {
|
|
10481
|
-
"node": ">=
|
|
10575
|
+
"node": ">=18"
|
|
10576
|
+
},
|
|
10577
|
+
"funding": {
|
|
10578
|
+
"type": "opencollective",
|
|
10579
|
+
"url": "https://opencollective.com/express"
|
|
10580
|
+
}
|
|
10581
|
+
},
|
|
10582
|
+
"node_modules/playwright-bdd/node_modules/uuid": {
|
|
10583
|
+
"version": "11.0.5",
|
|
10584
|
+
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
10585
|
+
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
10586
|
+
"funding": [
|
|
10587
|
+
"https://github.com/sponsors/broofa",
|
|
10588
|
+
"https://github.com/sponsors/ctavan"
|
|
10589
|
+
],
|
|
10590
|
+
"license": "MIT",
|
|
10591
|
+
"bin": {
|
|
10592
|
+
"uuid": "dist/esm/bin/uuid"
|
|
10482
10593
|
}
|
|
10483
10594
|
},
|
|
10484
10595
|
"node_modules/playwright-core": {
|
|
@@ -10493,6 +10604,20 @@
|
|
|
10493
10604
|
"node": ">=18"
|
|
10494
10605
|
}
|
|
10495
10606
|
},
|
|
10607
|
+
"node_modules/playwright/node_modules/fsevents": {
|
|
10608
|
+
"version": "2.3.2",
|
|
10609
|
+
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
|
|
10610
|
+
"integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
|
|
10611
|
+
"hasInstallScript": true,
|
|
10612
|
+
"license": "MIT",
|
|
10613
|
+
"optional": true,
|
|
10614
|
+
"os": [
|
|
10615
|
+
"darwin"
|
|
10616
|
+
],
|
|
10617
|
+
"engines": {
|
|
10618
|
+
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
|
10619
|
+
}
|
|
10620
|
+
},
|
|
10496
10621
|
"node_modules/possible-typed-array-names": {
|
|
10497
10622
|
"version": "1.1.0",
|
|
10498
10623
|
"resolved": "https://registry.npmjs.org/possible-typed-array-names/-/possible-typed-array-names-1.1.0.tgz",
|
|
@@ -10544,9 +10669,9 @@
|
|
|
10544
10669
|
}
|
|
10545
10670
|
},
|
|
10546
10671
|
"node_modules/pretty-format/node_modules/@types/yargs": {
|
|
10547
|
-
"version": "15.0.
|
|
10548
|
-
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.
|
|
10549
|
-
"integrity": "sha512-
|
|
10672
|
+
"version": "15.0.20",
|
|
10673
|
+
"resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-15.0.20.tgz",
|
|
10674
|
+
"integrity": "sha512-KIkX+/GgfFitlASYCGoSF+T4XRXhOubJLhkLVtSfsRTe9jWMmuM2g28zQ41BtPTG7TRBb2xHW+LCNVE9QR/vsg==",
|
|
10550
10675
|
"license": "MIT",
|
|
10551
10676
|
"dependencies": {
|
|
10552
10677
|
"@types/yargs-parser": "*"
|
|
@@ -12128,19 +12253,6 @@
|
|
|
12128
12253
|
"integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==",
|
|
12129
12254
|
"license": "MIT"
|
|
12130
12255
|
},
|
|
12131
|
-
"node_modules/uuid": {
|
|
12132
|
-
"version": "11.0.5",
|
|
12133
|
-
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
|
|
12134
|
-
"integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
|
|
12135
|
-
"funding": [
|
|
12136
|
-
"https://github.com/sponsors/broofa",
|
|
12137
|
-
"https://github.com/sponsors/ctavan"
|
|
12138
|
-
],
|
|
12139
|
-
"license": "MIT",
|
|
12140
|
-
"bin": {
|
|
12141
|
-
"uuid": "dist/esm/bin/uuid"
|
|
12142
|
-
}
|
|
12143
|
-
},
|
|
12144
12256
|
"node_modules/v8-to-istanbul": {
|
|
12145
12257
|
"version": "9.3.0",
|
|
12146
12258
|
"resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.3.0.tgz",
|
package/package.json
CHANGED
|
@@ -1,260 +0,0 @@
|
|
|
1
|
-
<html><head><meta charset="utf-8"/><title>Unit Report</title><style type="text/css">html,
|
|
2
|
-
body {
|
|
3
|
-
font-family: Arial, Helvetica, sans-serif;
|
|
4
|
-
font-size: 1rem;
|
|
5
|
-
margin: 0;
|
|
6
|
-
padding: 0;
|
|
7
|
-
color: #333;
|
|
8
|
-
}
|
|
9
|
-
body {
|
|
10
|
-
padding: 2rem 1rem;
|
|
11
|
-
font-size: 0.85rem;
|
|
12
|
-
}
|
|
13
|
-
.jesthtml-content {
|
|
14
|
-
margin: 0 auto;
|
|
15
|
-
max-width: 70rem;
|
|
16
|
-
}
|
|
17
|
-
header {
|
|
18
|
-
display: flex;
|
|
19
|
-
align-items: center;
|
|
20
|
-
}
|
|
21
|
-
#title {
|
|
22
|
-
margin: 0;
|
|
23
|
-
flex-grow: 1;
|
|
24
|
-
}
|
|
25
|
-
#logo {
|
|
26
|
-
height: 4rem;
|
|
27
|
-
}
|
|
28
|
-
#timestamp {
|
|
29
|
-
color: #777;
|
|
30
|
-
margin-top: 0.5rem;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
/** SUMMARY */
|
|
34
|
-
#summary {
|
|
35
|
-
color: #333;
|
|
36
|
-
margin: 2rem 0;
|
|
37
|
-
display: flex;
|
|
38
|
-
font-family: monospace;
|
|
39
|
-
font-size: 1rem;
|
|
40
|
-
}
|
|
41
|
-
#summary > div {
|
|
42
|
-
margin-right: 2rem;
|
|
43
|
-
background: #eee;
|
|
44
|
-
padding: 1rem;
|
|
45
|
-
min-width: 15rem;
|
|
46
|
-
}
|
|
47
|
-
#summary > div:last-child {
|
|
48
|
-
margin-right: 0;
|
|
49
|
-
}
|
|
50
|
-
@media only screen and (max-width: 720px) {
|
|
51
|
-
#summary {
|
|
52
|
-
flex-direction: column;
|
|
53
|
-
}
|
|
54
|
-
#summary > div {
|
|
55
|
-
margin-right: 0;
|
|
56
|
-
margin-top: 2rem;
|
|
57
|
-
}
|
|
58
|
-
#summary > div:first-child {
|
|
59
|
-
margin-top: 0;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
.summary-total {
|
|
64
|
-
font-weight: bold;
|
|
65
|
-
margin-bottom: 0.5rem;
|
|
66
|
-
}
|
|
67
|
-
.summary-passed {
|
|
68
|
-
color: #4f8a10;
|
|
69
|
-
border-left: 0.4rem solid #4f8a10;
|
|
70
|
-
padding-left: 0.5rem;
|
|
71
|
-
}
|
|
72
|
-
.summary-failed,
|
|
73
|
-
.summary-obsolete-snapshots {
|
|
74
|
-
color: #d8000c;
|
|
75
|
-
border-left: 0.4rem solid #d8000c;
|
|
76
|
-
padding-left: 0.5rem;
|
|
77
|
-
}
|
|
78
|
-
.summary-pending {
|
|
79
|
-
color: #9f6000;
|
|
80
|
-
border-left: 0.4rem solid #9f6000;
|
|
81
|
-
padding-left: 0.5rem;
|
|
82
|
-
}
|
|
83
|
-
.summary-empty {
|
|
84
|
-
color: #999;
|
|
85
|
-
border-left: 0.4rem solid #999;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
.test-result {
|
|
89
|
-
padding: 1rem;
|
|
90
|
-
margin-bottom: 0.25rem;
|
|
91
|
-
}
|
|
92
|
-
.test-result:last-child {
|
|
93
|
-
border: 0;
|
|
94
|
-
}
|
|
95
|
-
.test-result.passed {
|
|
96
|
-
background-color: #dff2bf;
|
|
97
|
-
color: #4f8a10;
|
|
98
|
-
}
|
|
99
|
-
.test-result.failed {
|
|
100
|
-
background-color: #ffbaba;
|
|
101
|
-
color: #d8000c;
|
|
102
|
-
}
|
|
103
|
-
.test-result.pending {
|
|
104
|
-
background-color: #ffdf61;
|
|
105
|
-
color: #9f6000;
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
.test-info {
|
|
109
|
-
display: flex;
|
|
110
|
-
justify-content: space-between;
|
|
111
|
-
}
|
|
112
|
-
.test-suitename {
|
|
113
|
-
width: 20%;
|
|
114
|
-
text-align: left;
|
|
115
|
-
font-weight: bold;
|
|
116
|
-
word-break: break-word;
|
|
117
|
-
}
|
|
118
|
-
.test-title {
|
|
119
|
-
width: 40%;
|
|
120
|
-
text-align: left;
|
|
121
|
-
font-style: italic;
|
|
122
|
-
}
|
|
123
|
-
.test-status {
|
|
124
|
-
width: 20%;
|
|
125
|
-
text-align: right;
|
|
126
|
-
}
|
|
127
|
-
.test-duration {
|
|
128
|
-
width: 10%;
|
|
129
|
-
text-align: right;
|
|
130
|
-
font-size: 0.75rem;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
.failureMessages {
|
|
134
|
-
padding: 0 1rem;
|
|
135
|
-
margin-top: 1rem;
|
|
136
|
-
border-top: 1px dashed #d8000c;
|
|
137
|
-
}
|
|
138
|
-
.failureMessages.suiteFailure {
|
|
139
|
-
border-top: none;
|
|
140
|
-
}
|
|
141
|
-
.failureMsg {
|
|
142
|
-
white-space: pre-wrap;
|
|
143
|
-
white-space: -moz-pre-wrap;
|
|
144
|
-
white-space: -pre-wrap;
|
|
145
|
-
white-space: -o-pre-wrap;
|
|
146
|
-
word-wrap: break-word;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
.suite-container {
|
|
150
|
-
margin-bottom: 2rem;
|
|
151
|
-
}
|
|
152
|
-
.suite-container > input[type="checkbox"] {
|
|
153
|
-
position: absolute;
|
|
154
|
-
left: -100vw;
|
|
155
|
-
}
|
|
156
|
-
.suite-container label {
|
|
157
|
-
display: block;
|
|
158
|
-
}
|
|
159
|
-
.suite-container .suite-tests {
|
|
160
|
-
overflow-y: hidden;
|
|
161
|
-
height: 0;
|
|
162
|
-
}
|
|
163
|
-
.suite-container > input[type="checkbox"]:checked ~ .suite-tests {
|
|
164
|
-
height: auto;
|
|
165
|
-
overflow: visible;
|
|
166
|
-
}
|
|
167
|
-
.suite-info {
|
|
168
|
-
padding: 1rem;
|
|
169
|
-
background-color: #eee;
|
|
170
|
-
color: #777;
|
|
171
|
-
display: flex;
|
|
172
|
-
align-items: center;
|
|
173
|
-
margin-bottom: 0.25rem;
|
|
174
|
-
}
|
|
175
|
-
.suite-info:hover {
|
|
176
|
-
background-color: #ddd;
|
|
177
|
-
cursor: pointer;
|
|
178
|
-
}
|
|
179
|
-
.suite-info .suite-path {
|
|
180
|
-
word-break: break-all;
|
|
181
|
-
flex-grow: 1;
|
|
182
|
-
font-family: monospace;
|
|
183
|
-
font-size: 1rem;
|
|
184
|
-
}
|
|
185
|
-
.suite-info .suite-time {
|
|
186
|
-
margin-left: 0.5rem;
|
|
187
|
-
padding: 0.2rem 0.3rem;
|
|
188
|
-
font-size: 0.75rem;
|
|
189
|
-
}
|
|
190
|
-
.suite-info .suite-time.warn {
|
|
191
|
-
background-color: #d8000c;
|
|
192
|
-
color: #fff;
|
|
193
|
-
}
|
|
194
|
-
.suite-info:before {
|
|
195
|
-
content: "\2303";
|
|
196
|
-
display: inline-block;
|
|
197
|
-
margin-right: 0.5rem;
|
|
198
|
-
transform: rotate(0deg);
|
|
199
|
-
}
|
|
200
|
-
.suite-container > input[type="checkbox"]:checked ~ label .suite-info:before {
|
|
201
|
-
transform: rotate(180deg);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
/* CONSOLE LOGS */
|
|
205
|
-
.suite-consolelog {
|
|
206
|
-
margin-bottom: 0.25rem;
|
|
207
|
-
padding: 1rem;
|
|
208
|
-
background-color: #efefef;
|
|
209
|
-
}
|
|
210
|
-
.suite-consolelog-header {
|
|
211
|
-
font-weight: bold;
|
|
212
|
-
}
|
|
213
|
-
.suite-consolelog-item {
|
|
214
|
-
padding: 0.5rem;
|
|
215
|
-
}
|
|
216
|
-
.suite-consolelog-item pre {
|
|
217
|
-
margin: 0.5rem 0;
|
|
218
|
-
white-space: pre-wrap;
|
|
219
|
-
white-space: -moz-pre-wrap;
|
|
220
|
-
white-space: -pre-wrap;
|
|
221
|
-
white-space: -o-pre-wrap;
|
|
222
|
-
word-wrap: break-word;
|
|
223
|
-
}
|
|
224
|
-
.suite-consolelog-item-origin {
|
|
225
|
-
color: #777;
|
|
226
|
-
font-weight: bold;
|
|
227
|
-
}
|
|
228
|
-
.suite-consolelog-item-message {
|
|
229
|
-
color: #000;
|
|
230
|
-
font-size: 1rem;
|
|
231
|
-
padding: 0 0.5rem;
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
/* OBSOLETE SNAPSHOTS */
|
|
235
|
-
.suite-obsolete-snapshots {
|
|
236
|
-
margin-bottom: 0.25rem;
|
|
237
|
-
padding: 1rem;
|
|
238
|
-
background-color: #ffbaba;
|
|
239
|
-
color: #d8000c;
|
|
240
|
-
}
|
|
241
|
-
.suite-obsolete-snapshots-header {
|
|
242
|
-
font-weight: bold;
|
|
243
|
-
}
|
|
244
|
-
.suite-obsolete-snapshots-item {
|
|
245
|
-
padding: 0.5rem;
|
|
246
|
-
}
|
|
247
|
-
.suite-obsolete-snapshots-item pre {
|
|
248
|
-
margin: 0.5rem 0;
|
|
249
|
-
white-space: pre-wrap;
|
|
250
|
-
white-space: -moz-pre-wrap;
|
|
251
|
-
white-space: -pre-wrap;
|
|
252
|
-
white-space: -o-pre-wrap;
|
|
253
|
-
word-wrap: break-word;
|
|
254
|
-
}
|
|
255
|
-
.suite-obsolete-snapshots-item-message {
|
|
256
|
-
color: #000;
|
|
257
|
-
font-size: 1rem;
|
|
258
|
-
padding: 0 0.5rem;
|
|
259
|
-
}
|
|
260
|
-
</style></head><body><div class="jesthtml-content"><header><h1 id="title">Unit Report</h1></header><div id="metadata-container"><div id="timestamp">Started: 2025-11-14 18:34:36</div><div id="summary"><div id="suite-summary"><div class="summary-total">Suites (12)</div><div class="summary-passed ">12 passed</div><div class="summary-failed summary-empty">0 failed</div><div class="summary-pending summary-empty">0 pending</div></div><div id="test-summary"><div class="summary-total">Tests (41)</div><div class="summary-passed ">41 passed</div><div class="summary-failed summary-empty">0 failed</div><div class="summary-pending summary-empty">0 pending</div></div></div></div><div id="suite-1" class="suite-container"><input id="collapsible-0" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-0"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/__tests__/tagProcessor.test.js</div><div class="suite-time">1.173s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should return tagArgs if no edition is provided</div><div class="test-status">passed</div><div class="test-duration">0.007s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should handle a single edition with <= operator</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should handle a single edition with >= operator</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should handle a single edition with < operator</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should handle a single edition with > operator</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should handle a single edition with no operator</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should log a message if edition is not found</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should handle multiple editions</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">TagProcessor</div><div class="test-title">should build tags correctly when tags are empty</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div></div></div><div id="suite-2" class="suite-container"><input id="collapsible-1" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-1"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/helpers/__tests__/customFixturesHelper.test.js</div><div class="suite-time">1.223s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">getCustomAccountDetails</div><div class="test-title">returns selected user when any tag info is present</div><div class="test-status">passed</div><div class="test-duration">0.01s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getCustomAccountDetails</div><div class="test-title">logs and returns undefined if getCustomAccountDetails function throws</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getCustomAccountDetails</div><div class="test-title">returns default actor when no tag info is not provided</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div></div></div><div id="suite-3" class="suite-container"><input id="collapsible-2" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-2"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/helpers/__tests__/additionalProfiles.test.js</div><div class="suite-time">1.243s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">additionalProfiles</div><div class="test-title">should return empty object when no additional profile tags are present</div><div class="test-status">passed</div><div class="test-duration">0.007s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">additionalProfiles</div><div class="test-title">should return additional profile actors when additional profile tags and editionInfo are present</div><div class="test-status">passed</div><div class="test-duration">0.004s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">additionalProfiles</div><div class="test-title">should return additional profile actors when all actor details are present</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div></div></div><div id="suite-4" class="suite-container"><input id="collapsible-3" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-3"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/helpers/__tests__/getUsers_ListOfActors.test.js</div><div class="suite-time">1.68s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">getListOfActors</div><div class="test-title">throws an error when config file cannot be loaded</div><div class="test-status">passed</div><div class="test-duration">0.076s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getListOfActors</div><div class="test-title">throws an error when beta feature config does not exist</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getListOfActors</div><div class="test-title">loads main configuration when betaFeature is not provided and main config file exists</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getListOfActors</div><div class="test-title">falls back to default configuration if main config file does not exist</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getListOfActors</div><div class="test-title">loads beta feature configuration when betaFeature is provided</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div></div></div><div id="suite-5" class="suite-container"><input id="collapsible-4" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-4"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/helpers/__tests__/configFileNameProvider.test.js</div><div class="suite-time">0.545s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">getUATFileName</div><div class="test-title">return the pipeline matched config files for pipeline matched files exists</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">getUATFileName</div><div class="test-title">return the default config files for pipeline matched files not exists</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div></div></div><div id="suite-6" class="suite-container"><input id="collapsible-5" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-5"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/examples/src/__tests__/App.test.js</div><div class="suite-time">0.192s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">example functions</div><div class="test-title">add function adds two numbers correctly</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">example functions</div><div class="test-title">greet function greets a person with their name</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div></div></div><div id="suite-7" class="suite-container"><input id="collapsible-6" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-6"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/buildInFixtures/__tests__/executionContext.test.js</div><div class="suite-time">0.63s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">executionContext</div><div class="test-title">should pass actorInfo with details from getCustomAccountDetails to use</div><div class="test-status">passed</div><div class="test-duration">0.002s</div></div></div></div></div><div id="suite-8" class="suite-container"><input id="collapsible-7" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-7"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/configuration/__tests__/Configuration.test.js</div><div class="suite-time">0.148s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">Configuration Class</div><div class="test-title">should add new key-value pair to the configuration</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">Configuration Class</div><div class="test-title">should combine configurations correctly using addAll</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">Configuration Class</div><div class="test-title">should return correct value for a given key</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div></div></div><div id="suite-9" class="suite-container"><input id="collapsible-8" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-8"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/helpers/__tests__/fileMutex.test.js</div><div class="suite-time">2.282s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > acquire</div><div class="test-title">should create the lock file if it does not exist</div><div class="test-status">passed</div><div class="test-duration">0.052s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > acquire</div><div class="test-title">should wait for lock file deletion if it exists</div><div class="test-status">passed</div><div class="test-duration">0.007s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > acquire</div><div class="test-title">should reject if watch timeout exceeds</div><div class="test-status">passed</div><div class="test-duration">1.015s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > release</div><div class="test-title">should delete the lock file if it exists</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > release</div><div class="test-title">should release lock by deleting lock file</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > release</div><div class="test-title">should not attempt to delete the lock file if it does not exist</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">FileMutex > release</div><div class="test-title">should log an error if deleting the lock file fails</div><div class="test-status">passed</div><div class="test-duration">0.005s</div></div></div></div></div><div id="suite-10" class="suite-container"><input id="collapsible-9" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-9"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/runner/__tests__/SpawnRunner.test.js</div><div class="suite-time">2.264s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">SpawnRunner > run</div><div class="test-title">should call runPreprocessing when bddMode is true</div><div class="test-status">passed</div><div class="test-duration">0.004s</div></div></div></div></div><div id="suite-11" class="suite-container"><input id="collapsible-10" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-10"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/runner/__tests__/RunnerHelper.test.js</div><div class="suite-time">1.045s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">RunnerHelper > createRunner</div><div class="test-title">should throw error on invalid runner type</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">RunnerHelper > createRunner</div><div class="test-title">should create a valid runner class</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div></div></div><div id="suite-12" class="suite-container"><input id="collapsible-11" type="checkbox" class="toggle" checked="checked"/><label for="collapsible-11"><div class="suite-info"><div class="suite-path">/Users/muthu-19817/git/testing-framework/src/test/core/playwright/__tests__/validateFeature.test.js</div><div class="suite-time">2.325s</div></div></label><div class="suite-tests"><div class="test-result passed"><div class="test-info"><div class="test-suitename">validateFeatureFiles</div><div class="test-title">runPreprocessing with correct arguments and log success</div><div class="test-status">passed</div><div class="test-duration">0.008s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">validateFeatureFiles</div><div class="test-title">runPreprocessing with playwright conf</div><div class="test-status">passed</div><div class="test-duration">0s</div></div></div><div class="test-result passed"><div class="test-info"><div class="test-suitename">validateFeatureFiles</div><div class="test-title">error when runPreprocessing fails</div><div class="test-status">passed</div><div class="test-duration">0.001s</div></div></div></div></div></div></body></html>
|