@trackunit/iris-app-e2e 1.3.24 → 1.3.34
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/index.cjs.js +3 -3
- package/index.esm.js +3 -3
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -443,7 +443,7 @@ const setupPlugins = (on, config, logWriter, installHarGenerator) => {
|
|
|
443
443
|
createLogFile(config.nxRoot, config.logsFolder, testName, logs, logWriter);
|
|
444
444
|
},
|
|
445
445
|
};
|
|
446
|
-
// eslint-disable-next-line @typescript-eslint/no-
|
|
446
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
447
447
|
require("cypress-terminal-report/src/installLogsPrinter")(on, options);
|
|
448
448
|
/* ---- END: Logging setup ---- */
|
|
449
449
|
/* ---- BEGIN: Task setup ---- */
|
|
@@ -476,7 +476,7 @@ const setupPlugins = (on, config, logWriter, installHarGenerator) => {
|
|
|
476
476
|
return config;
|
|
477
477
|
};
|
|
478
478
|
|
|
479
|
-
/* eslint-disable
|
|
479
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
480
480
|
/**
|
|
481
481
|
* Sets up HAR (HTTP Archive) recording for E2E tests.
|
|
482
482
|
* Records network activity and saves HAR files for failed tests.
|
|
@@ -502,7 +502,7 @@ function setupHarRecording() {
|
|
|
502
502
|
*/
|
|
503
503
|
function setupE2E() {
|
|
504
504
|
setupHarRecording();
|
|
505
|
-
// eslint-disable-next-line @typescript-eslint/no-
|
|
505
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
506
506
|
require("cypress-terminal-report/src/installLogsCollector")({
|
|
507
507
|
xhr: {
|
|
508
508
|
printHeaderData: true,
|
package/index.esm.js
CHANGED
|
@@ -423,7 +423,7 @@ const setupPlugins = (on, config, logWriter, installHarGenerator) => {
|
|
|
423
423
|
createLogFile(config.nxRoot, config.logsFolder, testName, logs, logWriter);
|
|
424
424
|
},
|
|
425
425
|
};
|
|
426
|
-
// eslint-disable-next-line @typescript-eslint/no-
|
|
426
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
427
427
|
require("cypress-terminal-report/src/installLogsPrinter")(on, options);
|
|
428
428
|
/* ---- END: Logging setup ---- */
|
|
429
429
|
/* ---- BEGIN: Task setup ---- */
|
|
@@ -456,7 +456,7 @@ const setupPlugins = (on, config, logWriter, installHarGenerator) => {
|
|
|
456
456
|
return config;
|
|
457
457
|
};
|
|
458
458
|
|
|
459
|
-
/* eslint-disable
|
|
459
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
460
460
|
/**
|
|
461
461
|
* Sets up HAR (HTTP Archive) recording for E2E tests.
|
|
462
462
|
* Records network activity and saves HAR files for failed tests.
|
|
@@ -482,7 +482,7 @@ function setupHarRecording() {
|
|
|
482
482
|
*/
|
|
483
483
|
function setupE2E() {
|
|
484
484
|
setupHarRecording();
|
|
485
|
-
// eslint-disable-next-line @typescript-eslint/no-
|
|
485
|
+
// eslint-disable-next-line @typescript-eslint/no-require-imports
|
|
486
486
|
require("cypress-terminal-report/src/installLogsCollector")({
|
|
487
487
|
xhr: {
|
|
488
488
|
printHeaderData: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-e2e",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.34",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"cypress-terminal-report": "7.0.3",
|
|
15
15
|
"node-xlsx": "^0.23.0",
|
|
16
16
|
"prettier": "^3.4.2",
|
|
17
|
-
"@trackunit/react-test-setup": "1.3.
|
|
17
|
+
"@trackunit/react-test-setup": "1.3.34"
|
|
18
18
|
},
|
|
19
19
|
"module": "./index.esm.js",
|
|
20
20
|
"main": "./index.cjs.js",
|