Commit Graph

9 Commits

Author SHA1 Message Date
Christophe Bliard b762b6e723 Preserve screenshots in bulk_run_rspec
[skip ci]
2025-05-12 15:38:50 +02:00
ulferts 3b2121f733 Revert "Merge remote-tracking branch 'origin/release/13.4' into dev"
This reverts commit 40b2bbeb09, reversing
changes made to b4c6cb17cc.
2024-03-21 11:31:17 +01:00
Ivan Kuchin 7787e457a3 Revert "Merge branch 'dev' into release/13.4"
This reverts commit a901541269, reversing
changes made to e573ca00b7.
2024-03-20 20:19:08 +01:00
Ivan Kuchin 9e4934cd0a change quotes using rubocop --only Style/StringLiterals,Style/QuotedSymbols -a 2024-03-20 18:05:22 +01:00
Christophe Bliard 3e095fec93 Make BULK_RUN_COUNT a parameter of script/bulk_run_rspec with -c 2023-12-27 17:22:23 +01:00
Klaus Zanders e93b2f353c Fixes Performance/Count offenses 2023-09-06 10:59:33 +02:00
Christophe Bliard 934ebfd9bc Output log dir and disable pry by default 2022-12-20 10:58:53 +01:00
Dombi Attila 975f117c74 Require fileutils in the bulk_run_spec 2022-08-30 10:56:28 +02:00
Christophe Bliard 4016bba93b Add script/bulk_run_rspec to run tests many times
Useful to check for flickering tests.

For instance `script/bulk_run_rspec spec/features/some_spec:123` will
run the spec 5 times, output ko/ok depending on the result, and save all
information in `tmp/bulk_run`.
2022-08-05 16:05:30 +02:00