itemengine-cypress-automation 1.0.560-task-IEI-6999-d7fee3d.0 → 1.0.560

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.560-task-IEI-6999-d7fee3d.0",
3
+ "version": "1.0.560",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -290,7 +290,13 @@ export async function runSorryCypressSpinnakerSmokeCopy() {
290
290
  "cypress/e2e/ILC/SingleSelection/**/*.smoke.js",
291
291
  "cypress/e2e/ILC/MultipleSelection/**/*.smoke.js",
292
292
  "cypress/e2e/ILC/ShortTextResponseNew/**/*.smoke.js",
293
- "cypress/e2e/ILC/ThinkSphere/**/*.smoke.js"
293
+ "cypress/e2e/ILC/ThinkSphere/**/*.smoke.js",
294
+
295
+ "cypress/e2e/ILC/FillInTheGapsTextNew/**/*.smoke.js",
296
+ "cypress/e2e/ILC/FillInTheGapsDropdownNew/**/*.smoke.js",
297
+ "cypress/e2e/ILC/FillInTheGapsDragAndDropNew/**/*.smoke.js",
298
+ "cypress/e2e/ILC/Matching/**/*.smoke.js",
299
+ "cypress/e2e/ILC/ShortTextResponseNew/**/*.smoke.js"
294
300
  ].join(",");
295
301
 
296
302
  let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${testFolders}"`;