chore: remove e2e-tests and add example-app#166
Merged
jcesarmobile merged 1 commit intomainfrom Feb 10, 2026
Merged
Conversation
OS-pedrogustavobilro
approved these changes
Feb 9, 2026
Contributor
There was a problem hiding this comment.
Tested on native Android and iOS the example-app added to replace e2e-tests, all seems to be working fine!
The manifest placeholder isn't working with me, had to manually copy the API key to the AndroidManifest.xml, but I remember that already happening in e2e-tests so 🤷
alexgerardojacinto
approved these changes
Feb 9, 2026
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.
this PR removes the e2e-tests folder and adds a new example-app folder
despite the diff shows it as a rename/move of e2e-tests folder, it's not, it's a copy of example-app-spm folder with android platform and ios (cocoapods) platforms added.
I also added the
NSLocationWhenInUseUsageDescriptionfor the iOS platform and for Android, permissions and the gradle plugin e2e-tests app used to read theREACT_APP_GOOGLE_MAPS_API_KEY.e2e-tests app was broken, didn't build and wasn't being used/tested.
With the removal of e2e-tests folder, appium and ionic-e2e dependencies gets removed too.