You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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
The text was updated successfully, but these errors were encountered: