Is there a way to pass a text file with failed cucumber features to parallel_cucumber?
Example: You have a cucumber.yml with a parallel profile
#cucumber.yml
parallel: -r features --format ParallelTests::Cucumber::FailuresLogger --out rerun.txt
you can run
bundle exec parallel_cucumber -o "-p parallel"
You can run the output rerun.txt file with the command
bundle exec cucumber @rerun.txt
How can I rerun the failures in parallel?
Aucun commentaire:
Enregistrer un commentaire