Skip to content
Open
Show file tree
Hide file tree
Changes from all 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
11 changes: 11 additions & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,17 @@ export default defineConfig({
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: {
// Setup our plugins for e2e tests
Expand Down
Loading
Loading