wip
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"scripts": {
|
||||
"dev": "echo 'Development server placeholder - to be configured'",
|
||||
"build": "echo 'Build all packages placeholder - to be configured'",
|
||||
"test": "vitest run",
|
||||
"test": "vitest run && vitest run --config vitest.e2e.config.ts",
|
||||
"test:unit": "vitest run tests/unit",
|
||||
"test:integration": "vitest run tests/integration",
|
||||
"test:e2e": "vitest run --config vitest.e2e.config.ts",
|
||||
@@ -22,6 +22,8 @@
|
||||
"test:smoke": "vitest run --config vitest.smoke.config.ts",
|
||||
"test:smoke:watch": "vitest watch --config vitest.smoke.config.ts",
|
||||
"test:smoke:electron": "playwright test --config=playwright.smoke.config.ts",
|
||||
"test:hosted-real": "vitest run --config vitest.e2e.config.ts tests/e2e/hosted-real/",
|
||||
"test:companion-hosted": "vitest run --config vitest.e2e.config.ts tests/e2e/companion/companion-ui-full-workflow.e2e.test.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test:types": "tsc --noEmit -p tsconfig.tests.json",
|
||||
"companion": "npm run companion:build --workspace=@gridpilot/companion && npm run start --workspace=@gridpilot/companion",
|
||||
|
||||
Reference in New Issue
Block a user