itemengine-cypress-automation 1.0.96 → 1.0.97
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -82,6 +82,6 @@ export function runSorryCypressSpinnaker() {
|
|
82
82
|
startTime = process.env.START_TIME;
|
83
83
|
ciBuildId = setCiBuildId("spinnaker", startTime);
|
84
84
|
const envArgs = setCommandLineEnvArgs()
|
85
|
-
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs},grepTags=-css+-a11y --spec "cypress/e2e/ILC/**/*.
|
85
|
+
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs},grepTags=-css+-a11y --spec "cypress/e2e/ILC/**/*.js"`;
|
86
86
|
execSync(command, { stdio: "inherit" });
|
87
87
|
}
|