-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
591 additions
and
1,148 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
const { defineConfig } = require('cypress') | ||
|
||
module.exports = defineConfig({ | ||
env: { | ||
contextTitles: { | ||
en_US: 'Public Knowledge Preprint Server', | ||
fr_CA: 'Serveur de prépublication de la connaissance du public', | ||
}, | ||
contextDescriptions: { | ||
en_US: | ||
'The Public Knowledge Preprint Server is a preprint service on the subject of public access to science.', | ||
fr_CA: | ||
"Le Serveur de prépublication de la connaissance du public est une service trimestrielle évaluée par les pairs sur le thème de l'accès du public à la science.", | ||
}, | ||
contextAcronyms: { | ||
en_US: 'PKP', | ||
}, | ||
defaultGenre: 'Preprint Text', | ||
authorUserGroupId: 4, | ||
}, | ||
watchForFileChanges: false, | ||
defaultCommandTimeout: 500000, | ||
video: false, | ||
numTestsKeptInMemory: 0, | ||
e2e: { | ||
// We've imported your old cypress plugins here. | ||
// You may want to clean this up later by importing these. | ||
setupNodeEvents(on, config) { | ||
return require('./lib/pkp/cypress/plugins/index.js')(on, config) | ||
}, | ||
specPattern: 'cypress/tests/**/*.cy.{js,jsx,ts,tsx}', | ||
}, | ||
}) |
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.
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.
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.
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.