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

--focus #1

Open
DanielJonesEB opened this issue Oct 16, 2020 · 1 comment
Open

--focus #1

DanielJonesEB opened this issue Oct 16, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@DanielJonesEB
Copy link
Contributor

Could do with a --focus flag to allow users to run only one case. Identifying them would probably require entering the entire string though, or maybe a regex? Doubt we could do line numbers because of the way we're parsing YAML

@DanielJonesEB DanielJonesEB added the enhancement New feature or request label Oct 16, 2020
@andy-paine
Copy link

You can do this by just passing through ginkgo flags - I've run with:
ironbird --target foo -ginkgo.focus 'exits 1'
to good effect. I've also used other ginkgo flags like -ginkgo.slowSpecThreshold

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants