nunit / nunit.xamarin

NUnit test runners for Xamarin and mobile devices - No longer maintained
http://nunit.org
MIT License
50 stars 47 forks source link

A progress for test runs #31

Open rprouse opened 8 years ago

rprouse commented 8 years ago

From @tofutim, we should have a progress bar or some indication shown when tests are running for long running test suites.

CharliePoole commented 8 years ago

Should this apply to all nunitlite tests? To the console runner as well?

On Tue, Nov 17, 2015 at 9:42 AM, Rob Prouse notifications@github.com wrote:

From @tofutim https://github.com/tofutim, we should have a progress bar or some indication shown when tests are running for long running test suites.

— Reply to this email directly or view it on GitHub https://github.com/nunit/nunit.xamarin/issues/31.

rprouse commented 8 years ago

I think it would be cool for the console runner and all NUnitLite tests as well. I always liked the curses style progress bar in mbunit's console runner. That said, I think it is more important in GUI runners like this where you want some visual indication that tests are running, even if it is a spinner. With the console, at least you know they have started running when you see the header information.

For GUI runners like this, another option might be to update the tests run number in the UI as the tests are running.