itemengine-cypress-automation 1.0.99 → 1.0.100
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -94,6 +94,6 @@ export function runSorryCypressSpinnaker() {
|
|
94
94
|
startTime = process.env.START_TIME;
|
95
95
|
ciBuildId = setCiBuildId("spinnaker", `migration${startTime}`);
|
96
96
|
const envArgs = setCommandLineEnvArgs()
|
97
|
-
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "cypress/e2e/migration/*.js"`;
|
97
|
+
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs},migrationQuestionTypes='["singleSelection"]' --spec "cypress/e2e/migration/*.js"`;
|
98
98
|
execSync(command, { stdio: "inherit" });
|
99
99
|
}
|