Add CircleCI job for maestro E2E tests#838
Draft
ajpallares wants to merge 3 commits intoadd-maestro-e2e-testfrom
Draft
Add CircleCI job for maestro E2E tests#838ajpallares wants to merge 3 commits intoadd-maestro-e2e-testfrom
ajpallares wants to merge 3 commits intoadd-maestro-e2e-testfrom
Conversation
8bfcd72 to
bc1a466
Compare
0330464 to
4758548
Compare
d63ba2b to
a51924b
Compare
39ef1ec to
58e0f4c
Compare
1d7dd45 to
2b7a6e3
Compare
5fe0ada to
54374aa
Compare
32fdb8c to
17b7c23
Compare
ee1e465 to
10a37d7
Compare
17b7c23 to
b3bc307
Compare
10a37d7 to
df2c385
Compare
b3bc307 to
0aabd7a
Compare
df2c385 to
dd86a57
Compare
0aabd7a to
3978de4
Compare
2b8e38d to
14636ed
Compare
dd86a57 to
a5c35a8
Compare
371580e to
f911bc5
Compare
Made-with: Cursor
Made-with: Cursor
f911bc5 to
7ccb29f
Compare
Fail fast with a clear error if RC_E2E_TEST_API_KEY_PRODUCTION_TEST_STORE is not set, instead of silently replacing the placeholder with an empty string and crashing at runtime. Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
maestro_e2e_testsschedule:maestro-e2e-tests-ios: runs on macOS executor, builds the test app for iOS simulator, runs Maestro testsmaestro-e2e-tests-android: runs onandroid:2024.11.1machine image, creates an Android emulator, builds a debug APK, runs Maestro testsrun_maestro_e2e_tests_ios: replaces API key placeholder, installs deps, builds via xcodebuild, installs on simulatorrun_maestro_e2e_tests_android: replaces API key placeholder, installs deps, builds via Gradle, installs via adb$RC_E2E_TEST_API_KEY_PRODUCTION_TEST_STOREfrom thee2e-testsCircleCI contextDepends on #837