Skip to content

Commit

Permalink
Switch to using html reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-wu committed May 20, 2023
1 parent ac3c8d2 commit 1ec3023
Show file tree
Hide file tree
Showing 5 changed files with 467 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ yalc.lock
cypress/videos
results
cypress/screenshots/
cypress/reports/
6 changes: 2 additions & 4 deletions cypress.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ module.exports = defineConfig({
reporter: "junit",
experimentalMemoryManagement: true,
numTestsKeptInMemory: 0,

reporter: "cypress-multi-reporters",
reporterOptions: {
mochaFile: "results/cypress-report.xml",
toConsole: true,
"configFile": "reporter-config.json"
},

e2e: {
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
Expand Down

0 comments on commit 1ec3023

Please sign in to comment.