Skip to content

Commit 240189c

Browse files
committed
chore(deps): update Cypress and related dependencies across examples
- Updated Cypress to version 15.6.0 in examples/cypress, examples/cypressBadeballCucumber, and examples/cypressCucumber. - Upgraded cypress-mochawesome-reporter to version 4.0.2 in examples/cypress. - Bumped @badeball/cypress-cucumber-preprocessor to version 23.2.1 in examples/cypressBadeballCucumber. - Updated Newman to version 6.2.1 in examples/newman. - Upgraded TestCafe to version 3.7.2 in examples/testcafe. These updates enhance compatibility and incorporate the latest features and fixes from the dependencies.
1 parent 43d16b6 commit 240189c

File tree

30 files changed

+7740
-7912
lines changed

30 files changed

+7740
-7912
lines changed

examples/cypress/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"test": "QASE_MODE=testops cypress run"
66
},
77
"devDependencies": {
8-
"cypress": "^12.17.4",
9-
"cypress-mochawesome-reporter": "^3.8.4",
8+
"cypress": "^15.6.0",
9+
"cypress-mochawesome-reporter": "^4.0.2",
1010
"cypress-multi-reporters": "^1.6.4",
1111
"cypress-qase-reporter": "^3.1.0",
1212
"eslint-plugin-cypress": "^2.15.2"

examples/cypressBadeballCucumber/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"test:testops": "QASE_MODE=testops cypress run"
77
},
88
"devDependencies": {
9-
"@badeball/cypress-cucumber-preprocessor": "^20.1.2",
9+
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
1010
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
11-
"cypress": "^12.17.4",
11+
"cypress": "^15.6.0",
1212
"cypress-multi-reporters": "^1.6.4",
1313
"cypress-qase-reporter": "3.1.0",
1414
"ts-node": "^10.9.2",

examples/cypressCucumber/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "QASE_MODE=testops cypress run"
66
},
77
"devDependencies": {
8-
"cypress": "^13.17.0",
8+
"cypress": "^15.6.0",
99
"cypress-cucumber-preprocessor": "^4.3.1",
1010
"cypress-multi-reporters": "^1.6.4",
1111
"cypress-qase-reporter": "^3.1.0"

examples/newman/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"test": "QASE_MODE=testops newman run ./sample-collection.json -r qase"
66
},
77
"devDependencies": {
8-
"newman": "^5.3.2",
8+
"newman": "^6.2.1",
99
"newman-reporter-qase": "^2.1.5"
1010
}
1111
}

examples/testcafe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"devDependencies": {
88
"eslint-plugin-testcafe": "^0.2.1",
9-
"testcafe": "^2.6.2",
9+
"testcafe": "^3.7.2",
1010
"testcafe-reporter-qase": "^2.1.3"
1111
}
1212
}

0 commit comments

Comments
 (0)