serpapi / turbo_tests

Run RSpec tests on multiple cores. Like parallel_tests but with incremental summarized output. Originally extracted from the Discourse and Rubygems source code.
https://rubygems.org/gems/turbo_tests
MIT License
173 stars 25 forks source link

add --create flag #21

Open tradiff opened 2 years ago

tradiff commented 2 years ago

Improve the initial setup experience by allowing the user to run bundle exec turbo_tests --create to create the databases. Also add documentation regarding this new onboarding process. This may help with #12 being less of a hurdle for users coming over from parallel_tests, as well as brand new users.

bf4 commented 6 months ago

seems reasonable to document this even if not done automatically?