optional system binaries for find/hash
Continuous Integration / frontend-check (push) Successful in 9m50s
Continuous Integration / backend-tests (push) Successful in 10m12s
Continuous Integration / e2e-tests (push) Successful in 18m51s

This commit is contained in:
2026-04-29 17:31:27 -04:00
parent dd84532de9
commit e4ecdb25db
8 changed files with 392 additions and 77 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: [
{
command: 'cd ../backend && rm -f e2e_test.db* && DATABASE_URL="sqlite:///e2e_test.db" TAPEHOARD_TEST_MODE="true" uv run alembic upgrade head && DATABASE_URL="sqlite:///e2e_test.db" TAPEHOARD_TEST_MODE="true" uv run uvicorn app.main:app --host 0.0.0.0 --port 8001',
command: 'cd ../backend && rm -f e2e_test.db* && DATABASE_URL="sqlite:///e2e_test.db" TAPEHOARD_TEST_MODE="true" uv run python -m app.start_test_server --host 0.0.0.0 --port 8001',
url: 'http://localhost:8001/health',
reuseExistingServer: !process.env.CI,
timeout: 120 * 1000,