Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/multiProject/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=testops_multi cypress run"
},
"devDependencies": {
"cypress": "^15.6.0",
"cypress": "^15.11.0",
"cypress-multi-reporters": "^1.6.4",
"cypress-qase-reporter": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/multiProject/cypressBadeballCucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
"cypress": "^15.6.0",
"cypress": "^15.11.0",
"cypress-multi-reporters": "^1.6.4",
"cypress-qase-reporter": "^3.1.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/multiProject/cypressCucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=testops_multi cypress run"
},
"devDependencies": {
"cypress": "^15.6.0",
"cypress": "^15.11.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-multi-reporters": "^1.6.4",
"cypress-qase-reporter": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/multiProject/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=testops_multi mocha"
},
"devDependencies": {
"mocha": "^10.8.2",
"mocha": "^11.7.5",
"mocha-qase-reporter": "^1.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/multiProject/newman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=testops_multi newman run ./sample-collection.json -r qase"
},
"devDependencies": {
"newman": "^6.2.1",
"newman": "^6.2.2",
"newman-reporter-qase": "^2.1.5"
}
}
2 changes: 1 addition & 1 deletion examples/multiProject/testcafe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=testops_multi npx testcafe chrome multiProjectTests.js -r spec,qase -s path=screenshots,takeOnFails=true"
},
"devDependencies": {
"testcafe": "^3.7.2",
"testcafe": "^3.7.4",
"testcafe-reporter-qase": "^2.1.3"
}
}
2 changes: 1 addition & 1 deletion examples/single/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=${QASE_MODE:-off} cypress run"
},
"devDependencies": {
"cypress": "^15.6.0",
"cypress": "^15.11.0",
"cypress-mochawesome-reporter": "^4.0.2",
"cypress-multi-reporters": "^1.6.4",
"cypress-qase-reporter": "^3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/single/cypressBadeballCucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^23.2.1",
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.7",
"cypress": "^15.6.0",
"cypress": "^15.11.0",
"cypress-multi-reporters": "^1.6.4",
"cypress-qase-reporter": "3.1.0",
"ts-node": "^10.9.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/single/cypressCucumber/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"test": "QASE_MODE=testops cypress run"
},
"devDependencies": {
"cypress": "^15.6.0",
"cypress": "^15.11.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-multi-reporters": "^1.6.4",
"cypress-qase-reporter": "^3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/single/mocha/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:extra-parallel": "QASE_MODE=${QASE_MODE:-off} mocha --reporter mocha-qase-reporter --reporter-options extraReporters=spec --parallel"
},
"devDependencies": {
"mocha": "^10.8.2",
"mocha": "^11.7.5",
"mocha-qase-reporter": "^1.1.6"
}
}
2 changes: 1 addition & 1 deletion examples/single/newman/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test:data": "QASE_MODE=${QASE_MODE:-off} newman run ./api-collection.json -r qase -d data.json"
},
"devDependencies": {
"newman": "^6.2.1",
"newman": "^6.2.2",
"newman-reporter-qase": "^2.2.0"
}
}
2 changes: 1 addition & 1 deletion examples/single/testcafe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"eslint-plugin-testcafe": "^0.2.1",
"testcafe": "^3.7.2",
"testcafe": "^3.7.4",
"testcafe-reporter-qase": "^2.1.3"
},
"dependencies": {
Expand Down
Loading
Loading