Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Re-enable iOS & Android E2E tests #3727

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .ado/azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
displayName: 'yarn bundle $(platform)'

# builds a debug apk and runs E2E tests on it
# Disable as Android E2E tests are failing
# - template: templates/e2e-testing-android.yml
- template: templates/e2e-testing-android.yml

- job: macOSPR
displayName: macOS PR
Expand Down Expand Up @@ -138,8 +137,7 @@ jobs:
env:
CCACHE_DISABLE: 1

# Disable iOS E2E tests as they fail on macOS-13 images
# - template: templates/e2e-testing-ios.yml
- template: templates/e2e-testing-ios.yml

# Windows bundling and end to end testing
- job: WindowsPR
Expand Down
4 changes: 4 additions & 0 deletions .ado/templates/e2e-testing-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading