Skip to content

Commit

Permalink
Add cypress config again
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Sep 11, 2023
1 parent 4f5e8a0 commit 7efeeb7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"baseUrl": "http://127.0.0.1:4200",
"chromeWebSecurity": false,
"viewportWidth": 1000,
"viewportHeight": 1000,
"fixturesFolder": false,
"pluginsFile": false,
"supportFile": false,
"reporter": "junit",
"reporterOptions": {
"mochaFile": "projects/playground/test-results/e2e/junit-[hash].xml"
},
"fileServerFolder": "projects/playground",
"integrationFolder": "projects/playground/e2e/integration",
"pluginFolder": "projects/playground/e2e/plugins",
"screenshotsFolder": "projects/playground/e2e/screenshots",
"videosFolder": "projects/playground/e2e/videos"
}

0 comments on commit 7efeeb7

Please sign in to comment.