BettererRunner.stop()
API > @betterer/betterer > BettererRunner > stop
Stop the runner, but first wait for it to finish running the suite.
Signature
stop(): Promise<BettererSuiteSummary>;
Returns
Promise<BettererSuiteSummary>
the most recent BettererSuiteSummary
.
Exceptions
the error if something went wrong while stopping everything.