-
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
Get prediction as a list in STDOUT #117
Comments
It would also make Cucumber Support a lot easier |
Any update on this? or alternative ways? Thanks. |
A pull request is welcome! |
With my prototype PR above, I have been able to output the prediction lists. However per each path the format is something like this |
Couldn't quickly find it in the docs, but RSpec understands |
Spec address based on line number doesn't work well with shared examples or cycles, that's why 🔮 uses example id. |
Crystalball needs to be able to list predicted examples without actually running them. It's useful for further load balancing with Knapsack\whatever.
Proposed interface:
crystalball --dry-prediction
which outputs a list of predicted examples one per line.Related to #112
The text was updated successfully, but these errors were encountered: