Skip to content

Commit

Permalink
Run cypress tests on release 3.15 (#4893)
Browse files Browse the repository at this point in the history
* Run cy manually on 3.15

* Add base url to config

* Fix run tests on release 3.15

* Fix run tests on release 3.15

* Fix reporters
  • Loading branch information
karola312 authored May 27, 2024
1 parent 9222e46 commit dfcd54e
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 1,836 deletions.
8 changes: 3 additions & 5 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,10 @@ module.exports = defineConfig({
runMode: 1,
openMode: 0,
},
reporter: "junit",
screenshotsFolder: "cypress/reports/mochareports",
reporter: "cypress-multi-reporters",
reporterOptions: {
mochaFile: "results/test-output-[hash].xml",
jenkinsMode: true,
outputs: true,
testCaseSwitchClassnameAndName: true,
configFile: "reporter-config.json",
},
e2e: {
env: {
Expand Down
Loading

0 comments on commit dfcd54e

Please sign in to comment.