mirror of
https://github.com/jcreek/AutomatedAssessmentFeedbackAgent.git
synced 2026-07-12 18:43:49 +00:00
build(*): Ensure tests run in github actions
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
|||||||
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
||||||
"format": "prettier --write .",
|
"format": "prettier --write .",
|
||||||
"lint": "prettier --check . && eslint .",
|
"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",
|
"bdd:full": "start-server-and-test dev http://localhost:5173 test:bdd",
|
||||||
"test:e2e": "playwright test",
|
"test:e2e": "playwright test",
|
||||||
"playwright:install": "npx playwright install"
|
"playwright:install": "npx playwright install"
|
||||||
|
|||||||
Reference in New Issue
Block a user