Our projects with parallel_tests
and cucumber
used to have a patched failure logger as the one from parallel_tests
was missing spaces which resulted in the output not being a valid rerun argument. With version 4.9.1
output of ParallelTests::Cucumber::FailuresLogger
was fixed.
You can remove the patch (e.g. features/support/cucumber_failures_logger.rb
) and switch the logger in config/cucumber.yml
back to ParallelTests::Cucumber::FailuresLogger
.
Thanks to Dominik for the fix Show archive.org snapshot !
Posted by Daniel Straßner to makandra dev (2025-05-02 06:33)