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