From 8b0441aa656aac196a0e849f56119048171dbd00 Mon Sep 17 00:00:00 2001 From: pskl Date: Thu, 24 Oct 2024 14:45:41 +0200 Subject: [PATCH] Remove fail-fast option and add randomization --- config/cucumber.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cucumber.yml b/config/cucumber.yml index 9235ba9fd..03713cdfc 100644 --- a/config/cucumber.yml +++ b/config/cucumber.yml @@ -2,7 +2,7 @@ default: - --publish-quiet - --strict - --color - - --fail-fast + - --order random wip: - --profile=default