Skip to content

Commit

Permalink
pkp/orcidProfile#216 Update cypess
Browse files Browse the repository at this point in the history
  • Loading branch information
withanage committed Oct 17, 2022
1 parent 617c77f commit 868d83f
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
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,i arg2) => {
})
},

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

})

0 comments on commit 868d83f

Please sign in to comment.