feat(bundled-binary): add a test

This commit is contained in:
Edouard Vanbelle
2026-08-29 02:17:02 +02:00
parent e562a3de30
commit 5c956c9bde
8 changed files with 412 additions and 29 deletions
+8
View File
@@ -0,0 +1,8 @@
# Bundled-binary integration test — runs the oxicloud server built with
# `--features bundled-assets` on a dedicated port so it doesn't collide
# with the api / webdav / oidc runners in a `just api-test` chain.
#
# Only variables the run.sh consumes as bash vars live here (test port,
# any curl-side seed data). Server-side env is loaded via
# tests/common/server.env inside the runner.
base_url=http://localhost:8090