From 7a89cffd648c59c4ed8694de11df41aef1ac7d32 Mon Sep 17 00:00:00 2001 From: Kevin Kozan Date: Wed, 24 Apr 2019 14:24:42 -0500 Subject: [PATCH] MQE-1534: MFTF not including flaky test retries in Allure Report - changed default config value --- etc/config/codeception.dist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/config/codeception.dist.yml b/etc/config/codeception.dist.yml index da23a20ed..e6b03fab8 100755 --- a/etc/config/codeception.dist.yml +++ b/etc/config/codeception.dist.yml @@ -16,7 +16,7 @@ extensions: - Magento\FunctionalTestingFramework\Allure\Adapter\MagentoAllureAdapter config: Magento\FunctionalTestingFramework\Allure\Adapter\MagentoAllureAdapter: - deletePreviousResults: true + deletePreviousResults: false outputDirectory: allure-results ignoredAnnotations: - env