This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent endless loop when suitesPerSession is set to infinity
Once all suites have run, runner should perform retries in a new browser session. If parameter suitesPerSession is set to infinity (which is a default value), getBrowser method fails to quit previous session because force quit is missing in the freeBrowser method call, and getBrowser is called again recursively.
- Loading branch information