TestArmada / magellan

Large Scale Automated Testing for Mocha, Nightwatch, Appium, Nodejs, etc
MIT License
287 stars 76 forks source link

Implement option to repeat tests #276

Open Brimstedt opened 4 years ago

Brimstedt commented 4 years ago

It would be nice if it was possible to specify a repetitions of tests, so they are repeated a number of times even if they succeed.

This is useful for testing that things keeps working after a prolonged run time (i.e. trigger memory leaks. resource hogging, or similar)

263 has an implementation since some time back, would be nice to have it reviewed or discarded.