Added test for log

This commit is contained in:
2025-07-21 12:18:07 +02:00
parent 46b0b744ca
commit dc2626e020
3 changed files with 38 additions and 5 deletions

View File

@@ -75,8 +75,8 @@ browse:
# Open the application in the browser at http://localhost:$(PORT)
chromium http://localhost:$(PORT)
# Cypress tests\ nCYPRESS_DIR := app
.PHONY: test
test: down prod
# Run end-to-end tests with Cypress.
npm-install:
cd app && npm install
test: npm-install
cd app && npx cypress run --spec "cypress/e2e/**/*.spec.js"