itemengine-cypress-automation 1.0.518 → 1.0.519-IEI-6793-4fdcf17.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.518",
3
+ "version": "1.0.519-IEI-6793-4fdcf17.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -260,7 +260,7 @@ export function runSorryCypressQuestions() {
260
260
  const specPaths = questionTypes.map(type => `cypress/e2e/ILC/${type}/**/*.js`).join(",");
261
261
  console.log("Spec Paths:", specPaths);
262
262
 
263
- const command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
263
+ const command = command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
264
264
 
265
265
  console.log(`Running Command: ${command}`);
266
266
  try {