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

Feature request: Add ability to run just one test by prefixing it with a letter #601

Closed
wheresrhys opened this issue Jun 3, 2014 · 4 comments

Comments

@wheresrhys
Copy link

In a similar way to how music software has both a mute and a solo button for each track of a recording, it'd be nice if Jasmine had a 'solo' equivalent to each of its xit and xdescribe methods. So e.g. a single (or multiple) calls of zit() will mean all calls of it() are ignored and only zit() calls will run

@driv
Copy link

driv commented Jun 4, 2014

Isn't this already working with iit() and ddescribe()?

@wheresrhys
Copy link
Author

If it is that's brilliant, but it needs documenting

@schickling
Copy link

@driv doesn't work for me in version 2. Worked in earlier versions though...

@slackersoft
Copy link
Member

We've merged an implementation of fit and fdescribe in this commit ba0982d.

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

4 participants