build(*): Ensure tests run in github actions

This commit is contained in:
Josh Creek
2025-04-24 19:57:41 +01:00
parent 4e1cf4cd4a
commit 4c58dbbe8c
+1 -1
View File
@@ -12,7 +12,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"format": "prettier --write .",
"lint": "prettier --check . && eslint .",
"test:bdd": "cucumber-js tests/bdd/features --import tests/bdd/steps/**/*.ts --import tests/bdd/support/**/*.ts",
"test:bdd": "cucumber-js tests/bdd/features --import tests/bdd/steps/**/*.ts --import tests/bdd/support/**/*.ts --require-module ts-node/register",
"bdd:full": "start-server-and-test dev http://localhost:5173 test:bdd",
"test:e2e": "playwright test",
"playwright:install": "npx playwright install"