summaryrefslogtreecommitdiffhomepage
path: root/android/e2e/src/main/AndroidManifest.xml
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10Move :e2e project to :test:e2eAlbin1-7/+0
Also changes source directory from "java" to "kotlin" which is supported since upgrading the project from AGP 3.x to 7.x.
2022-12-08Bump Android project to java 11 and gradle 7.6Albin1-2/+1
2022-04-20Add Android e2e base test classAlbin1-1/+3
Most/all tests will inherit from this common base class that will hold necessary setup steps to run various e2e test scenarios.
2022-04-20Add Android e2e test moduleAlbin1-0/+6
The purpose of this test module is to be able to trigger end-to-end tests separately from the main app module, mainly because of the flaky nature of end-to-end tests. Tests are easiest executed by running the following gradle command: ./gradlew :e2e:connectedDebugAndroidTest