testing/cross_backend/bootstrap_backend.ts view source
(config: BackendConfig): Promise<BootstrappedBackendHandle> Spawn the test binary described by config, bootstrap a keeper, and
return the enriched handle.
The keeper transport is constructed against config.base_url with no
initial cookies; bootstrap() populates its jar with the session
cookie returned by POST {config.bootstrap_path}. Subsequent calls
against bootstrapped.keeper_transport are authenticated as keeper.
Mirrors the composition default_cross_process_setup's caller would
otherwise hand-roll in every consumer's globalSetup.
config
returns
Promise<BootstrappedBackendHandle>