Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to include skipped specs #2

Closed
bcaudan opened this issue Apr 7, 2014 · 2 comments
Closed

Add option to include skipped specs #2

bcaudan opened this issue Apr 7, 2014 · 2 comments

Comments

@bcaudan
Copy link
Owner

bcaudan commented Apr 7, 2014

No description provided.

@plato-cambrian
Copy link

@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

@bcaudan
Copy link
Owner Author

bcaudan commented Sep 10, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants