Skip to content

Commit

Permalink
pkp/orcidProfile#216 Update cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Oct 17, 2022
1 parent 617c77f commit 51100b3
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
e2e: {
specPattern: 'cypress/tests/data/**',
experimentalSessionAndOrigin: true,
"chromeWebSecurity": false,
"env": {
"contextTitles": {
"en_US": "Journal of Public Knowledge",
"fr_CA": "Journal de la connaissance du public"
},
"contextDescriptions": {
"en_US": "The Journal of Public Knowledge is a peer-reviewed quarterly publication on the subject of public access to science.",
"fr_CA": "Le Journal de Public Knowledge est une publication trimestrielle évaluée par les pairs sur le thème de l'accès du public à la science."
},
"contextAcronyms": {
"en_US": "JPK"
},
"defaultGenre": "Article Text"
},
setupNodeEvents(on, config) {
on('<event>', (arg1, arg2) => {

})
},

"watchForFileChanges": false,
"defaultCommandTimeout": 10000,
"video": false,
"numTestsKeptInMemory": 0
},

})

0 comments on commit 51100b3

Please sign in to comment.