elliotchance / concise

✅ Concise is test framework for using plain English and minimal code, built on PHPUnit.
MIT License
45 stars 3 forks source link

Show estimated time #163

Closed elliotchance closed 9 years ago

elliotchance commented 10 years ago

Concise executable can estimate how long is left in the test suite.

Since not all test times were created equal, at the end of a test suit run it should record the time somewhere in a temporary file so that it can use the data on the next run.