juliemr / minijasminenode

A very bare-bones version of jasmine-node
MIT License
32 stars 21 forks source link

Show better reports with iit #22

Open juliemr opened 10 years ago

juliemr commented 10 years ago

When I run the single test case by using 'iit', it actually executes only one test case. I can say this from the assertions count and looking at the UI. But, the report shows that it did run all the tests in the suite.

for example: my report says "8 tests, 1 assertion, 0 failures" when I have a iit for one of the test case and "8 tests, 20 assertions, 0 failures" when I run all of them without having a iit. Is there any way that we could make the no of tests to be shown as "1 test, 1 assertion 0 failures" when we add a iit?

I have posted this on Stackoverflow as well. http://stackoverflow.com/questions/24536572/how-to-run-a-single-specific-test-case-when-using-protractor/24536865?noredirect=1#comment38013523_24536865

donaldpipowitch commented 10 years ago

I can confirm this bug.