mirror of
https://github.com/kevinveenbirkenbach/homepage.veen.world.git
synced 2025-09-10 03:37:11 +02:00
Added test for log
This commit is contained in:
8
Makefile
8
Makefile
@@ -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"
|
||||
|
Reference in New Issue
Block a user