This repository was archived by the owner on May 7, 2021. It is now read-only.
This repository was archived by the owner on May 7, 2021. It is now read-only.
RFE: kola should be able to run tests N times #799
Open
Description
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.