We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 677c26e commit ec314b2Copy full SHA for ec314b2
1 file changed
.github/workflows/cron-daily-health-check.yml
@@ -134,9 +134,11 @@ jobs:
134
start: serve -s dist
135
browser: chrome
136
working-directory: ./app
137
+ spec: |
138
+ cypress/e2e/0-ndr-core-tests/*.cy.js
139
+ cypress/e2e/0-ndr-core-tests/**/*.cy.js
140
env:
141
CYPRESS_BASE_URL: http://localhost:3000
- CYPRESS_grepTags: 'regression'
142
143
- name: Upload Artifacts (Screenshots)
144
uses: actions/upload-artifact@v6
0 commit comments