Skip to content

Commit

Permalink
test a multiline string input
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Nov 19, 2024
1 parent 7705f6f commit 8181055
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions .github/workflows/cypress new ui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@ jobs:
matrix:
include:
- name: csv-add-affiliations
spec:
- cypress/e2e/retention/csv-add-affiliations.cy.js
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

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
#
###################################################################################################

runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,8 +79,7 @@ jobs:
with:
install-command: npm install cypress --legacy-peer-deps
working-directory: ui
spec: |
${{ matrix.spec }}
spec: "${{ matrix.spec }}"

# upload our cypress output results but only if the cypress tests failed
# NOTE: artifacts must have unique names
Expand All @@ -96,3 +95,4 @@ jobs:
name: "cypress-videos-${{ github.job }}"
path: ui/cypress/videos


0 comments on commit 8181055

Please sign in to comment.