toptal / crystalball

Regression Test Selection library for your RSpec test suite
https://toptal.github.io/crystalball/
MIT License
322 stars 41 forks source link

Is there a way to get the prediction list only? and not run the specs? #100

Closed noralin closed 6 years ago

noralin commented 6 years ago

Can I do something like bundle exec crystalball --list-only and have the prediction list returned?

pluff commented 6 years ago

It's not supported out of the box. You can create your own script based on PredictionBuilder logic

noralin commented 6 years ago

make sense, thanks!