From 426660ebfa887b3a959017ead8b2cb210693946b Mon Sep 17 00:00:00 2001 From: Javier Briones <1674192+jvbriones@users.noreply.github.com> Date: Sun, 19 Oct 2025 18:50:27 +0200 Subject: [PATCH] chore: updated default value flaky tests json report mobile --- .github/scripts/create-flaky-test-report.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/create-flaky-test-report.mjs b/.github/scripts/create-flaky-test-report.mjs index 27667df0..d3fb5da4 100644 --- a/.github/scripts/create-flaky-test-report.mjs +++ b/.github/scripts/create-flaky-test-report.mjs @@ -20,7 +20,7 @@ const env = { SLACK_WEBHOOK_FLAKY_TESTS: process.env.SLACK_WEBHOOK_FLAKY_TESTS || '', TEST_REPORT_ARTIFACTS: process.env.TEST_REPORT_ARTIFACTS ? process.env.TEST_REPORT_ARTIFACTS.split(',').map(name => name.trim()) - : ['test-e2e-android-report', 'test-e2e-ios-report', 'test-e2e-chrome-report', 'test-e2e-firefox-report'], + : ['e2e-android-json-report', 'e2e-ios-json-report', 'test-e2e-chrome-report', 'test-e2e-firefox-report'], }; function getDateRange() {