-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to version of cypress that works & use js config file
See issues linked in PR for details
- Loading branch information
1 parent
04e4eb3
commit 13a2f26
Showing
16 changed files
with
109 additions
and
86 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file renamed
BIN
+43.3 KB
...est-npm-2.88.11-863a69ed3c-e4b3f62e0c.zip → ...est-npm-2.88.12-9c79415088-2c6fbf7f31.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
/* eslint-disable @typescript-eslint/no-var-requires */ | ||
const { defineConfig } = require('cypress'); | ||
|
||
module.exports = defineConfig({ | ||
chromeWebSecurity: false, | ||
video: false, | ||
retries: { | ||
runMode: 3, | ||
openMode: 0, | ||
}, | ||
e2e: { | ||
setupNodeEvents(on) { | ||
// https://github.com/bahmutov/cypress-failed-log | ||
require('cypress-failed-log/on')(on); | ||
}, | ||
baseUrl: 'http://127.0.0.1:3000', | ||
}, | ||
}); |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.