summaryrefslogtreecommitdiffhomepage
path: root/android/test/e2e/e2e.properties
AgeCommit message (Collapse)AuthorFilesLines
2025-05-21Unify usage of gradle propertiesDavid Göransson1-3/+0
This commit does multiple changes to how we work with properties. - Instead of relying on `e2e.properties` and `local.properties` only use the `gradle.properties` as per standard gradle. - Naming of properties are changed to have a coherent structure. - Allow for setting stagemole and prod account separately. - Consolidate all the default values into `gradle.properties`
2024-12-03Implement UDP-over-TCP e2e test and firewall API clientNiklas Berglund1-1/+1
2024-11-18Convert build to runtime argumentsDavid Göransson1-2/+0
2024-10-15Add minimal leak tests for AndroidNiklas Berglund1-0/+4
2024-01-18Add support for stagemole partner account testsAlbin1-1/+0
2023-01-10Set e2e endpoint version to v1Albin1-1/+1
2023-01-10Move :e2e project to :test:e2eAlbin1-0/+2
Also changes source directory from "java" to "kotlin" which is supported since upgrading the project from AGP 3.x to 7.x.