itemengine-cypress-automation 1.0.564-IEI-6998-Add-coverage-for-image-hightlight-question-type-f372002.0 → 1.0.564
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
|
@@ -287,16 +287,16 @@ export async function runSorryCypressSpinnakerSmokeCopy() {
|
|
|
287
287
|
|
|
288
288
|
// Define specific folders to run smoke tests from (subset of tests - approximately 60%)
|
|
289
289
|
const testFolders = [
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
290
|
+
"cypress/e2e/ILC/SingleSelection/**/*.smoke.js",
|
|
291
|
+
"cypress/e2e/ILC/MultipleSelection/**/*.smoke.js",
|
|
292
|
+
"cypress/e2e/ILC/ShortTextResponseNew/**/*.smoke.js",
|
|
293
|
+
"cypress/e2e/ILC/ThinkSphere/**/*.smoke.js",
|
|
294
294
|
|
|
295
295
|
"cypress/e2e/ILC/FillInTheGapsTextNew/**/*.smoke.js",
|
|
296
296
|
"cypress/e2e/ILC/FillInTheGapsDropdownNew/**/*.smoke.js",
|
|
297
297
|
"cypress/e2e/ILC/FillInTheGapsDragAndDropNew/**/*.smoke.js",
|
|
298
298
|
"cypress/e2e/ILC/Matching/**/*.smoke.js",
|
|
299
|
-
|
|
299
|
+
"cypress/e2e/ILC/ShortTextResponseNew/**/*.smoke.js"
|
|
300
300
|
].join(",");
|
|
301
301
|
|
|
302
302
|
let command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${testFolders}"`;
|