You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 7, 2021. It is now read-only.
kola run should have a --number / -n flag to run the test(s) up to n times and stop on the first failure. It would also be good to utilize the parallel flag so runnning a single test can be done faster, but even a serial implementation would be nice. Furthermore a --keep-going flag could be useful to always run n tests and report the success/failure rate.