itemengine-cypress-automation 1.0.237-installedPackage-d4430f1.0 → 1.0.238-deletedCypressRepeat-09cad14.0
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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "itemengine-cypress-automation",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.238-deletedCypressRepeat-09cad14.0",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -32,7 +32,6 @@
|
|
32
32
|
"cypress-axe": "^1.4.0",
|
33
33
|
"cypress-file-upload": "^5.0.8",
|
34
34
|
"cypress-real-events": "^1.7.6",
|
35
|
-
"cypress-repeat": "^2.3.6",
|
36
35
|
"node-fetch": "^3.3.2",
|
37
36
|
"react-uuid": "^2.0.0"
|
38
37
|
}
|
@@ -118,7 +118,7 @@ export function runSorryCypressSpinnakerSmoke() {
|
|
118
118
|
startTime = process.env.START_TIME;
|
119
119
|
ciBuildId = setCiBuildId("spinnaker", startTime);
|
120
120
|
const envArgs = setCommandLineEnvArgs()
|
121
|
-
let command = `
|
121
|
+
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "cypress/e2e/ILC/**/*.smoke.js"`;
|
122
122
|
console.log(`command: ${command}`);
|
123
123
|
execSync(command, { stdio: "inherit" });
|
124
124
|
}
|