fix: --retry with parallel

This commit is contained in:
Nuno Maduro
2023-02-11 17:39:46 +00:00
parent 6ddc5c8572
commit 052b9e051b
11 changed files with 67 additions and 28 deletions

View File

@ -9,6 +9,6 @@ it('orders by defects and stop on defects if when --retry is used ', function ()
expect($arguments)->toBe([
'--order-by=defects',
' --stop-on-defect',
'--stop-on-failure',
]);
});