test-boosters icon indicating copy to clipboard operation
test-boosters copied to clipboard

Auto Parallelization - runs test files in multiple jobs

Results 19 test-boosters issues
Sort by recently updated
recently updated
newest added

* Issue https://github.com/renderedtext/test-boosters/issues/91 * Based on rspec support added here https://github.com/renderedtext/test-boosters/pull/72 * Adds support for minitest include and exclude patterns based on `TEST_BOOSTERS_MINITEST_TEST_FILE_PATTERN` and `TEST_BOOSTERS_MINITEST_TEST_EXCLUDE_PATTERN` env vars.

This PR https://github.com/renderedtext/test-boosters/pull/72 introduces it for rspec but there's no way to exclude files when using minitest. My use case is that I want to exclude rails system tests and...

Hi there! I'm doing this to extract the files to be used with https://github.com/grosser/parallel_tests: ``` bundle exec parallel_split_test $(rspec_booster --job 1/50 --dry-run | grep '^-' | tr -d '-') ```

``` [DEPRECATED] `Bundler.with_clean_env` has been deprecated in favor of `Bundler.with_unbundled_env`. If you instead want the environment before bundler was originally loaded, use `Bundler.with_original_env` (called at /home/circleci/project/vendor/bundle/ruby/2.5.0/gems/semaphore_****_boosters-2.6.0/lib/****_boosters/shell.rb:32) ``` It is being...

running `cucumber_booster --job 10/15 --tags 'not @flaky'` results in: `lib/test_boosters/cli_parser.rb:36:in `parse': invalid option: --tags (OptionParser::InvalidOption)`

Hey Team, I tried to integrate with gitlab ci but it showed `bundler: command not found: rspec` after run this command `time bundle exec rspec_booster --job $CI_NODE_INDEX/$CI_NODE_TOTAL` it can be...

with newer cucumber versions (>5) and rails >= 6.1 on semaphore there is no output when running cucumber tests unless `--verbose` is explicitly passed and this can make debugging quite...

Check for the presence of the `http` command before attempting to send insights to avoid not found errors in environments where the command isn't installed.

`Bundler.with_clean_env` has been deprecated, so update the code to use `Bundler.with_unbundled_env` instead.