Expand unit test

This commit is contained in:
2024-10-11 15:26:33 +02:00
parent 4e63964801
commit 81acbffbe5
8 changed files with 660 additions and 5 deletions

View File

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

View File

@@ -40,6 +40,13 @@ jobs:
env:
CYPRESS_baseUrl: http://localhost:8080
- name: Upload Cypress screenshots
if: failure()
uses: actions/upload-artifact@v4
with:
name: cypress-screenshots
path: cypress/screenshots
- name: Copy build directory to server
uses: Dylan700/sftp-upload-action@v1.2.3
with: