AppLauncher
AppLauncher starts an external process from a shell command, blocks until a readiness probe passes, exposes the running process for the duration of the test suite, and kills it cleanly on dispose. It is the mechanism behind mode: command in suite.config.yaml.
Auth Profiles
ConfIT supports three declarative auth types — bearer token, OAuth2 client credentials, and API key — configured entirely in suite.config.yaml. No C# required for the common cases.