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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "itemengine-cypress-automation",
3
- "version": "1.0.99",
3
+ "version": "1.0.100",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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
  }