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 16, 2022
1 parent bb6cf86 commit fa0ca82
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 26 deletions.
29 changes: 25 additions & 4 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,29 @@
const cypress = require("cypress");
module.exports = {
e2e: {
"specPattern": [cypress],
experimentalSessionAndOrigin : true,
"chromeWebSecurity": false
}
"specPattern": [cypress],
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"
},
"integrationFolder": "cypress/tests",
"pluginsFile": "lib/pkp/cypress/plugins/index.js",
"watchForFileChanges": false,
"defaultCommandTimeout": 10000,
"video": false,
"numTestsKeptInMemory": 0
},

}
22 changes: 0 additions & 22 deletions cypress.json

This file was deleted.

0 comments on commit fa0ca82

Please sign in to comment.