From 561b7b1c4f0b1bd330e55482b77c6f9e7deacc1e Mon Sep 17 00:00:00 2001 From: Saad Najmi Date: Thu, 22 Aug 2024 10:00:36 -0700 Subject: [PATCH] Manually open the simulator app --- .ado/templates/e2e-testing-ios.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.ado/templates/e2e-testing-ios.yml b/.ado/templates/e2e-testing-ios.yml index 2207cd9666..5b078367e6 100644 --- a/.ado/templates/e2e-testing-ios.yml +++ b/.ado/templates/e2e-testing-ios.yml @@ -11,6 +11,10 @@ steps: condition: succeeded() displayName: 'Create success build variable' + - script: | + open -a "simulator" + displayName: Open Simulator + - script: | yarn e2etest:ios workingDirectory: apps/E2E