Skip to content

Commit

Permalink
test splitting edit affiliations test
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Dec 12, 2024
1 parent bfdf647 commit f93b861
Showing 1 changed file with 1 addition and 29 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: test-e2e-cypress-all
name: test-e2e-cypress-edit-affiliations

on:
workflow_dispatch:
Expand All @@ -8,38 +8,10 @@ jobs:
strategy:
matrix:
include:
- name: csv-add-affiliations
spec: |
cypress/e2e/retention/csv-add-affiliations.cy.js
- name: csv-edit-affiliations
spec: |
cypress/e2e/retention/csv-edit-affiliations.cy.js
- name: add-affiliation
spec: |
cypress/e2e/retention/add-affiliation.cy.js
- name: notifications
spec: |
cypress/e2e/retention/notifications.cy.js
- name: other-tests
spec: |
cypress/e2e/retention/add-member.cy.js
cypress/e2e/retention/add-user.cy.js
cypress/e2e/retention/csv-invalid-affiliation.cy.js
cypress/e2e/retention/edit-affiliation.cy.js
cypress/e2e/retention/edit-member.cy.js
cypress/e2e/retention/edit-user.cy.js
cypress/e2e/retention/reset-password.cy.js
cypress/e2e/retention/restricted-access.cy.js
cypress/e2e/retention/ui-authorities.cy.js
cypress/e2e/retention/ui-login.cy.js
cypress/e2e/retention/ui-pagination.cy.js
cypress/e2e/retention/ui-homepage.cy.js
cypress/e2e/retention/ui-homepage-edit.cy.js
cypress/e2e/retention/ui-reports.cy.js
# keep running jobs even if one test fails in case there are multiple failed tests
fail-fast: false

Expand Down

0 comments on commit f93b861

Please sign in to comment.