BettererRunner
API > @betterer/betterer > BettererRunner
The JS API for controlling Betterer runs.
Signature
export interface BettererRunner
Methods
Method | Description |
---|---|
options(optionsOverride) | Make changes to the runner config. The updated config will be used for the next run. |
queue(filePaths) | Queue a Betterer run. |
stop() | Stop the runner, but first wait for it to finish running the suite. |
stop(force) | Stop the runner, without waiting for it to finish running the suite. |