test-boosters
Auto Parallelization - runs test files in multiple jobs
File Explorer
Download Latest Version (.zip)- semaphore.yml
- console
- setup
- cucumber_booster
- ex_unit_booster
- go_test_booster
- minitest_booster
- rspec_booster
- base.rb
- cucumber.rb
- ex_unit.rb
- go_test.rb
- minitest.rb
- rspec.rb
- distributor.rb
- leftover_files.rb
- split_configuration.rb
- cli_parser.rb
- insights_uploader.rb
- job.rb
- logger.rb
- project_info.rb
- shell.rb
- version.rb
- test_boosters.rb
- semaphore_rspec3_json_formatter.rb
- cucumber_spec.rb
- ex_unit_spec.rb
- integration_helper.rb
- minitest_spec.rb
- rspec_spec.rb
- base_spec.rb
- cucumber_spec.rb
- ex_unit_spec.rb
- go_test_spec.rb
- minitest_spec.rb
- rspec_spec.rb
- distributor_spec.rb
- leftover_files_spec.rb
- split_configuration_spec.rb
- cli_parser_spec.rb
- insights_uploader_spec.rb
- job_spec.rb
- logger_spec.rb
- project_info_spec.rb
- shell_spec.rb
- coverage.rb
- cucumber_files_factory.rb
- rspec_files_factory.rb
- split_configuration_factory.rb
- expected_rspec_report_format.json
- spec_helper.rb
- .dockerignore
- .gitignore
- .rspec
- .rubocop.yml
- config.reek
- Dockerfile
- Gemfile
- Gemfile.docker
- LICENSE.txt
- Makefile
- Rakefile
- README.md
- test_boosters.gemspec
# Installation Guide
1. Get the code
git clone https://github.com/renderedtext/test-boosters
Downloads the entire project code from GitHub to your computer.
cd test-boosters
Moves into the project folder you just downloaded.
2. Docker
Easy RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- Docker Desktop Needed to build and run containers. Install it and keep it running in the background.
Run unit tests against the supported Ruby Docker images:
Type this command into your terminal and run it.
Docker targets use `Gemfile.docker` by default (runtime + test dependencies only),
Type this command into your terminal and run it.
Run docker compose ps to check the containers are Up. If the README mentions a port, open http://localhost:PORT in your browser.
Pulled directly from this repo's README.
3. Ruby
EasyPrerequisites
bundle install
Installs the Ruby libraries listed in the Gemfile.
If bundle install finishes without errors, continue with the run command from the README (e.g. rails server).
4. Make
MediumPrerequisites
- Git Needed to download the project code from GitHub.
- Make Usually pre-installed on Linux/macOS. On Windows, install separately (e.g. via MSYS2 or WSL).
make
Compiles the code based on the generated build configuration to produce an executable.
If it finishes without errors, it worked. Try running the generated executable directly.
// repository documentation
Was this content helpful?
(0 ratings)
