test(obsidian): cover Adaptive PostgREST remotes

This commit is contained in:
vorotamoroz
2026-08-02 08:02:41 +00:00
parent 1fb32cb625
commit ce6dc67975
6 changed files with 307 additions and 2 deletions
+2 -1
View File
@@ -19,6 +19,7 @@ const focusedScenarios = new Set([
"couchdb-manual-setup-workflow",
"cli-to-obsidian-sync",
"minio-upload",
"adaptive-postgrest",
"object-storage-setup-uri-workflow",
"p2p-setup-uri-workflow",
"startup-scan",
@@ -39,7 +40,7 @@ real-Obsidian scenario. Supported scenarios:
${[...focusedScenarios].map((scenario) => ` ${scenario}`).join("\n")}
This wrapper does not start CouchDB, Object Storage, or the P2P signalling
This wrapper does not start CouchDB, Object Storage, PostgREST, or the P2P signalling
relay. Use the documented service commands or the complete
local-suite:services wrapper when required.`;
}