-
Notifications
You must be signed in to change notification settings - Fork 41
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
Is there a way to look at diff a different way? Like passing in files? SHA's? #101
Comments
You can specify SHA's in config file https://toptal.github.io/crystalball/runner/#config-file
or you can set it explicitly with |
Thanks!! When I specify |
For that one, I ended up extending Crystalball::RSpec::Runner because I wanted to be able to provide a argument on runtime to exclude/include feature specs. So basically being able to run |
I'm reopening this one to reflect that this feature is waiting for a contributor. |
Right now you support getting diff from unstaged changes, what if we want to run all the specs in our ci? We'd need to commit our changes first. So could you provide guidance on where I would change to be able to look at diff by providing a list of files? or maybe by providing SHA's?
The text was updated successfully, but these errors were encountered: