summaryrefslogtreecommitdiffhomepage
path: root/android/test/e2e
AgeCommit message (Collapse)AuthorFilesLines
2024-10-16Replace capitalized function with non-deprecatedDavid Göransson1-1/+1
2024-10-15Add minimal leak tests for AndroidNiklas Berglund18-12/+592
2024-10-15Add video recording of e2e testsNiklas Berglund2-0/+6
2024-10-08Fix unused parameter warningDavid Göransson1-1/+1
2024-10-03Suppress unchecked cast for testDavid Göransson1-1/+7
2024-10-03Make all compiler warnings errorsDavid Göransson1-1/+4
2024-10-01Rename account "token" to account "number"Joakim Hulthe2-6/+6
2024-09-24Set build tools version to 35.0.0David Göransson1-0/+1
2024-09-18Fix testsDavid Göransson1-5/+5
2024-09-17Format build filesDavid Göransson1-6/+4
2024-09-16Rename test timeout constantsNiklas Berglund3-7/+7
2024-08-29Increase timeout when waiting for connectionNiklas Berglund1-1/+1
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin5-12/+12
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-27Re-enable testConnectAndVerifyWithConnectionCheckNiklas Berglund1-2/+0
2024-08-21Disable testLoginWithInvalidCredentialsNiklas Berglund1-1/+2
2024-08-21Handle null response objectNiklas Berglund2-2/+8
2024-08-20Log response status code on errorNiklas Berglund1-3/+9
2024-08-20Move account setup to beforeEachNiklas Berglund1-12/+7
2024-08-19Fix for failing mockapi and e2e testsNiklas Berglund5-15/+49
2024-08-13Migrate to version catalogsAlbin1-20/+20
2024-06-26Migrate log calls to kermitAlbin3-22/+19
2024-06-26Add kermit dependencyAlbin1-0/+1
2024-06-12Format xml filesAlbin1-9/+7
2024-06-10Unify account number namingAlbin8-31/+31
Use variations of "account number" rather than "account token" throughout the kotlin code base.
2024-05-29Migrate to gRPCDavid Göransson1-0/+1
Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net>
2024-03-18Increase e2e test connection timeoutAlbin1-1/+2
2024-03-12Bump gradleAlbin1-1/+1
2024-03-04Remove buildconfig from propertiesDavid Göransson1-0/+3
2024-01-18Add support for stagemole partner account testsAlbin12-56/+142
2024-01-18Add flavor support to e2e and mockapi testsAlbin1-4/+38
2024-01-18Add annotation to skip test for certain flavorsAlbin1-0/+2
This makes it possible to skip certain tests that might not be supported across all flavors. For example tests that relate to whether a flavor is targeted to Google Play and therefore either include or exclude certain functionality of the app.
2024-01-15Migrate logout e2e test to junit5Jonatan Rhodin1-7/+4
2024-01-11Migrate e2e tests to junit5Jonatan Rhodin7-35/+47
2024-01-05Add automate logout ui testssaber safavi3-20/+47
2023-12-13Replace EXTERNAL_STORAGE permissions on android api level 33+saber safavi2-8/+17
2023-09-21Add billing and infrastructure flavor dimensionsAlbin1-1/+3
Flavor dimension usage: * `billing` - used to build separate artifacts where (1) different policies are followed and (2) different dependencies are used. * `infrastructure` - used to improve development and testing against non-production environments.
2023-09-21Apply automatic formatting and cleanup of gradle filesAlbin1-18/+12
2023-08-04Remove targetSdk from libsAlbin1-1/+0
2023-08-03Bump container image, jdk, gradle and agpAlbin1-2/+2
2023-03-22Fix broken notification permission prompt testsaber safavi2-4/+4
2023-03-22Apply project-wide `kotlinLangStyle` formattingAlbin7-115/+76
2023-03-16Update e2e tests to handle privacy disclaimerAlbin2-0/+4
2023-03-16Add empty lint configAlbin1-0/+1
2023-02-13Add strict agp lint configurationAlbin1-0/+5
2023-01-25Remove useTestStorageService optionAlbin1-1/+0
2023-01-25Extend login timeout during testAlbin1-0/+1
2023-01-10Replace e2e conncheck webview with volleyAlbin6-58/+28
The reason for this change is that ui automator doesn't work well with webviews.
2023-01-10Add test rule to clear device vpnsAlbin1-0/+5
2023-01-10Handle notificaiton permission prompt in e2e testsAlbin2-0/+4
2023-01-10Use androidTestUtil in e2e testAlbin1-2/+2