SeleniumFixture icon indicating copy to clipboard operation
SeleniumFixture copied to clipboard

Test count in runner keeps increasing during run

Open martijnburgers opened this issue 8 years ago • 1 comments

Because a single test can run for various browsers the amount of tests to be run is currently unknown or just wrong at the beginning of a test-run and keeps increasing during the run.

It's not really a big issue but it would be nice if the amount of tests is calculated once at the beginning of a test-run.

I can imagine that this is impossible or hard to implement.

martijnburgers avatar Aug 23 '16 11:08 martijnburgers

Yeah that's more a function of the way xUnit discovery works. Originally when I was implementing I really didn't see a way around it. That said it's worth taking a look at some point to see if this has changed.

ipjohnson avatar Aug 23 '16 11:08 ipjohnson