Skip to content
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,20 @@ export default defineConfig({
// Account used to test basic submission process
DSPACE_TEST_SUBMIT_USER: 'dspacedemo+submit@gmail.com',
DSPACE_TEST_SUBMIT_USER_PASSWORD: 'dspace',
// Administrator users group
Comment thread
oscar-escire marked this conversation as resolved.
Outdated
DSPACE_ADMINISTRATOR_GROUP: 'e59f5659-bff9-451e-b28f-439e7bd467e4',
//Collection to send and test workflow item
DSPACE_TEST_SUBMIT_WORKFLOW_COLLECTION_NAME: '1-step Workflow collection',
//Collection to send a test people
DSPACE_TEST_PEOPLE_COLLECTION_NAME: 'People',
//Collection to send a test Org Unit
DSPACE_TEST_ORG_UNIT_COLLECTION_NAME: 'OrgUnits',
//Collection to send a test Journal
DSPACE_TEST_JOURNAL_COLLECTION_NAME: 'Journals',
//Collection to send a test Journal Volumes
DSPACE_TEST_JOURNAL_VOLUME_COLLECTION_NAME: 'Journal Volumes',
//Collection to send a test Journal Issues
DSPACE_TEST_JOURNAL_ISSUE_COLLECTION_NAME: 'Journal Issues',
},
e2e: {
expose: {
Expand Down
Loading
Loading