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
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
The text was updated successfully, but these errors were encountered:
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
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 YAMLThe text was updated successfully, but these errors were encountered: