All Versions
36
Latest Version
Avg Release Cycle
45 days
Latest Release
530 days ago

Changelog History
Page 3

  • v3.0.0 Changes

    June 10, 2020

    ๐Ÿ’ฅ Breaking Changes

    • The --group-by flag with value steps and features now requires end users to add the cuke_modeler gem to their Gemfile (#762).

    โž• Added

    • ๐Ÿ‘ Cucumber 4 support (#762)

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix a bundler deprecation when running specs (#761)
    • โœ‚ remove name override logic that never worked (#758)

    Dependencies

    • โฌ‡๏ธ Drop ruby 2.3 support (#760)
    • โฌ‡๏ธ Drop ruby 2.2 support (#759)
  • v2.32.0 Changes

    March 15, 2020

    ๐Ÿ›  Fixed

    • โœ… Calculate unknown runtimes lazily when running tests grouped by runtime (#750).
  • v2.31.0 Changes

    January 31, 2020

    ๐Ÿ›  Fixed

    • ๐Ÿšš File paths passed from the CLI are now cleaned (consecutive slashes and useless dots removed) (#748).
  • v2.30.1 Changes

    January 14, 2020

    โž• Added

    • โž• Add project metadata to gemspec (#739).
  • v2.30.0 Changes

    December 10, 2019

    โž• Added

    • ๐Ÿ‘Œ Support db:structure:dump and load structure in parallel ([#732](ht.tps://github.com/grosser/parallel_tests/pull/732)).
    • โž• Add note to the README about using the spring-commands-parallel-tests gem to automatically patch and enable Spring (#731).

    ๐Ÿ›  Fixed

    • ๐Ÿ”จ Refactor logic in the parallel:prepare task (#737).
    • โšก๏ธ Update README to use :sql schema format.
    • ๐Ÿ›  Fix loading of the version file when using a local git repo with Bundler (#730).
  • v2.29.2 Changes

    August 06, 2019

    ๐Ÿ›  Fixed

    • โœ… Eliminate some ruby warnings relating to ambigious arguments, unused variables, a redefined method, and uninitialized instance variables (#712).
  • v2.29.1 Changes

    June 13, 2019

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fix NameError due to not requiring shellwords (#707).
  • v2.29.0 Changes

    May 04, 2019

    โž• Added

    • โœ… --verbose-process-command, which prints the command that will be executed by each process before it begins (#697).
    • โœ… --verbose-rerun-command, which prints the command executed by that process after a process fails (#697).
  • v2.28.0 Changes

    February 07, 2019

    โž• Added

    • โœ… exclude-pattern, which excludes tests matching the passed in regex pattern (#682, #683).
  • v2.27.1 Changes

    January 01, 2019

    ๐Ÿ”„ Changed

    • simulate_output_for_ci now outputs dots (.) even after the first parallel thread finishes (#673).

    ๐Ÿ›  Fixed

    • โœ… Typo in CLI options (#672).