forked from mermaid-js/mermaid
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request mermaid-js#3135 from mermaid-js/dependabot/npm_and…
…_yarn/develop/cypress-10.1.0 chore(deps-dev): bump cypress from 9.7.0 to 10.1.0
- Loading branch information
Showing
31 changed files
with
437 additions
and
451 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
const { defineConfig } = require('cypress'); | ||
const { addMatchImageSnapshotPlugin } = require('cypress-image-snapshot/plugin'); | ||
require('@applitools/eyes-cypress')(module); | ||
|
||
module.exports = defineConfig({ | ||
e2e: { | ||
specPattern: 'cypress/e2e/**/*.{js,jsx,ts,tsx}', | ||
setupNodeEvents(on, config) { | ||
addMatchImageSnapshotPlugin(on, config); | ||
// copy any needed variables from process.env to config.env | ||
config.env.useAppli = process.env.USE_APPLI ? true : false; | ||
config.env.codeBranch = process.env.APPLI_BRANCH; | ||
|
||
// do not forget to return the changed config object! | ||
return config; | ||
}, | ||
supportFile: 'cypress/support/index.js', | ||
}, | ||
video: false, | ||
}); |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.