Interface: AgentBundleBrowserRstestOptions
Properties
configPath?
readonlyoptionalconfigPath?:string
Explicit Agent Bundle configuration path; discovered from root when omitted.
include?
readonlyoptionalinclude?: readonlystring[]
Test files for the browser-app level; defaults to tests/browser-app/**.
root?
readonlyoptionalroot?:string
Project root; defaults to the working directory Rstest was started in.
setupFiles?
readonlyoptionalsetupFiles?: readonlystring[]
Extra setup files, appended after the generated browser registry.
target?
readonlyoptionaltarget?:string
Compiles every app for this target. By default each app uses its first declared target that is also selected by the project.