nunit.xamarin icon indicating copy to clipboard operation
nunit.xamarin copied to clipboard

A progress for test runs

Open rprouse opened this issue 9 years ago • 2 comments

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

rprouse avatar Nov 17 '15 17:11 rprouse

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

On Tue, Nov 17, 2015 at 9:42 AM, Rob Prouse [email protected] 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.

CharliePoole avatar Nov 17 '15 18:11 CharliePoole

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.

rprouse avatar Nov 17 '15 18:11 rprouse