Skip to content

Commit ec314b2

Browse files
committed
Cypress tests identification tweaks
1 parent 677c26e commit ec314b2

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cron-daily-health-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,11 @@ jobs:
134134
start: serve -s dist
135135
browser: chrome
136136
working-directory: ./app
137+
spec: |
138+
cypress/e2e/0-ndr-core-tests/*.cy.js
139+
cypress/e2e/0-ndr-core-tests/**/*.cy.js
137140
env:
138141
CYPRESS_BASE_URL: http://localhost:3000
139-
CYPRESS_grepTags: 'regression'
140142

141143
- name: Upload Artifacts (Screenshots)
142144
uses: actions/upload-artifact@v6

0 commit comments

Comments
 (0)