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
I don't want to run the actual tests using bundle exec crystalball
And where the tests are running, there is not git sandbox
Instead I'd like to run a command like bundle exec crystalball predict and then get a list of source files or rspec tests that need can be used to run bundle exec rspec ...
Is this possible currently?
The text was updated successfully, but these errors were encountered:
Hello there, one of the possible ways is to define your own runner class which will just send the prediction back to output and then exit. Here is some code:
I don't want to run the actual tests using
bundle exec crystalball
And where the tests are running, there is not git sandbox
Instead I'd like to run a command like
bundle exec crystalball predict
and then get a list of source files or rspec tests that need can be used to runbundle exec rspec ...
Is this possible currently?
The text was updated successfully, but these errors were encountered: