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
@bcaudan can you reopen this? I am expecting that the tests labeled "xit" should be considered 'skipped' and show up in my test report, as long as I have displaySkippedSpec: true
I am using jasmine-spec-reporter 0.6.0 and protractor 1.2.0
you can reproduce my tests with:
$ git clone https://github.com/SocietyPro/html5-group-manager.git; cd html5-group-manager
$ npm install
$ npm run update-webdriver
$ npm start
$ npm test
Actually, with jasmine 1.X tests labeled "xit" (disabled) are not taking into account at all by the runner. It is when you run tests in isolation with "ddescribe" or "iit" that the other tests are considered as skipped.
However, this should be doable when jasmine 2 will be supported, see #11.
No description provided.
The text was updated successfully, but these errors were encountered: