chore(e2e): remove old playwright test (wired to vanilla JS)
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
|
||||
DATABASE_URL=postgres://oxicloud_test:oxicloud_test@localhost:5433/oxicloud_test
|
||||
OXICLOUD_DB_CONNECTION_STRING=postgres://oxicloud_test:oxicloud_test@localhost:5433/oxicloud_test
|
||||
OXICLOUD_STATIC_PATH=./static
|
||||
# `OXICLOUD_STATIC_PATH` intentionally NOT set — every remaining
|
||||
# test suite either serves the built SvelteKit SPA from
|
||||
# `static-dist/` (coverage suite via `start-server-spa.sh`) or
|
||||
# doesn't need static assets at all (Hurl API / WebDAV / CalDAV
|
||||
# suites). The legacy `./static` vanilla frontend was retired.
|
||||
OXICLOUD_JWT_SECRET=test-secret-do-not-use-in-prod-minimum-32-chars
|
||||
OXICLOUD_ENABLE_AUTH=true
|
||||
OXICLOUD_ENABLE_TRASH=true
|
||||
|
||||
Reference in New Issue
Block a user