From 1cc8527db8e44e00ea0dddd05ea99bfea9532f0b Mon Sep 17 00:00:00 2001 From: Nicola Corti Date: Thu, 10 Sep 2026 11:21:30 +0100 Subject: [PATCH] Exclude local screenshot baselines from iOS Maestro Cloud Summary: Exclude Maestro flows tagged local-screenshot-baseline from iOS Cloud runs, matching the Android Cloud configuration. Cloud devices use different viewport dimensions from the local simulator used to capture these baselines. Changelog: [INTERNAL] [FIXED] - Exclude local screenshot baselines from iOS Maestro Cloud Test Plan: - git diff --check - ./node_modules/.bin/prettier --check .github/workflows/test-all.yml --- .github/workflows/test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-all.yml b/.github/workflows/test-all.yml index f1ee1caab331..ef728d36251c 100644 --- a/.github/workflows/test-all.yml +++ b/.github/workflows/test-all.yml @@ -184,7 +184,7 @@ jobs: download-path: /tmp/RNTesterBuild/RNTester.app app-file: /tmp/RNTesterBuild/RNTester.app app-id: com.meta.RNTester.localDevelopment - exclude-tags: android-only + exclude-tags: android-only,local-screenshot-baseline secrets: inherit test_e2e_ios_rntester: