toptal / crystalball

Regression Test Selection library for your RSpec test suite

Home Page:https://toptal.github.io/crystalball/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

noralin opened this issue · comments

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

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

make sense, thanks!