-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcypress.json
More file actions
22 lines (22 loc) · 734 Bytes
/
cypress.json
File metadata and controls
22 lines (22 loc) · 734 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"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
}