Skip to content

Commit

Permalink
chore: base config of cypress with baseUrl, video-False & nodeVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagojacinto committed Sep 30, 2020
1 parent 723167f commit fdceb08
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion cypress.json
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"video": false,
"nodeVersion": "system",
"baseUrl": "https://repo-listing.web.app"
}
2 changes: 1 addition & 1 deletion cypress/config/cypress.reporter.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"reporter": "mochawesome",
"reporterOptions": {
"reportDir": "cypress/results",
"reportDir": "results",
"overwrite": false,
"html": false,
"json": true
Expand Down

0 comments on commit fdceb08

Please sign in to comment.