itemengine-cypress-automation 1.0.521-IEI-6793-20db08d.0 → 1.0.521-dependabot-npm-and-yarn-multi-c7c3a225fc-a99a47b.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.521-IEI-6793-20db08d.0",
3
+ "version": "1.0.521-dependabot-npm-and-yarn-multi-c7c3a225fc-a99a47b.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -42,7 +42,7 @@
42
42
  "axios": "^1.12.2",
43
43
  "cy-verify-downloads": "^0.1.11",
44
44
  "cy2": "^4.0.9",
45
- "cypress": "^12.17.2",
45
+ "cypress": "^15.2.0",
46
46
  "cypress-axe": "^1.4.0",
47
47
  "cypress-file-upload": "^5.0.8",
48
48
  "cypress-real-events": "^1.7.6",
@@ -262,7 +262,7 @@ export async function runSorryCypressQuestions() {
262
262
  const specPaths = questionTypes.map(type => `cypress/e2e/ILC/${type}/**/*.js`).join(",");
263
263
  console.log("Spec Paths:", specPaths);
264
264
 
265
- const command = command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
265
+ const command = `cy2 run --parallel --browser chrome --record --key imaginelearning/itemengine-cypress-automation --ci-build-id ${ciBuildId} ${envArgs} --spec "${specPaths}"`;
266
266
 
267
267
  console.log(`Running Command: ${command}`);
268
268
  try {