itemengine-cypress-automation 1.0.65 → 1.0.66
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -67,7 +67,7 @@ function setCommandLineEnvArgs() {
|
|
67
67
|
*/
|
68
68
|
function runSorryCypress(ciBuildId, envArgs) {
|
69
69
|
// let command = `cypress-cloud run --parallel --browser chrome --record --key ImagineLearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs}`;
|
70
|
-
let command = `cypress-cloud run --parallel --browser chrome --record --key ImagineLearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "cypress
|
70
|
+
let command = `cypress-cloud run --parallel --browser chrome --record --key ImagineLearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "cypress\\e2e\\ILC\\ShortTextResponse\\*.js"`;
|
71
71
|
execSync(command, { stdio: "inherit" });
|
72
72
|
}
|
73
73
|
|