mirror of
https://github.com/BreizhHardware/portfolio.git
synced 2026-01-18 16:37:22 +01:00
Expand unit test
This commit is contained in:
9
.github/workflows/deploy-test.yml
vendored
9
.github/workflows/deploy-test.yml
vendored
@@ -37,4 +37,11 @@ jobs:
|
||||
- name: Run Cypress tests
|
||||
run: npm run test
|
||||
env:
|
||||
CYPRESS_baseUrl: http://localhost:8080
|
||||
CYPRESS_baseUrl: http://localhost:8080
|
||||
|
||||
- name: Upload Cypress screenshots
|
||||
if: failure()
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cypress-screenshots
|
||||
path: cypress/screenshots
|
||||
Reference in New Issue
Block a user