summaryrefslogtreecommitdiffhomepage
path: root/android/test
AgeCommit message (Collapse)AuthorFilesLines
2024-08-28Reformat kotlin code using updated ktfmt pluginAlbin13-34/+30
This commit mostly adds trailing commas throughout the project, but also includes a few other formatting changes.
2024-08-27Handle alternative wording for deleting VPN profileNiklas Berglund1-2/+10
2024-08-27Wait for login button to be enabledNiklas Berglund1-1/+3
2024-08-27Re-enable testConnectAndVerifyWithConnectionCheckNiklas Berglund2-3/+2
2024-08-23Add konsist tests for management service to avoid missing EitherJonatan Rhodin1-0/+31
2024-08-21Disable testLoginWithInvalidCredentialsNiklas Berglund1-1/+2
2024-08-21Handle null response objectNiklas Berglund2-2/+8
2024-08-21Rerun flaky tests in FirebaseNiklas Berglund2-0/+2
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 Berglund9-31/+65
2024-08-13Migrate to version catalogsAlbin4-66/+67
2024-07-19Add ComposeDestinationsTestsDavid Göransson1-0/+28
2024-07-19Add dependency to DestinationsDavid Göransson1-0/+1
2024-06-26Migrate log calls to kermitAlbin7-38/+34
2024-06-26Add konsist rule disallowing direct android log callsAlbin1-0/+24
2024-06-26Add kermit dependencyAlbin3-0/+3
2024-06-19Add UseCase testsDavid Göransson1-0/+29
2024-06-12Format xml filesAlbin2-13/+9
2024-06-10Unify account number namingAlbin18-73/+73
Use variations of "account number" rather than "account token" throughout the kotlin code base.
2024-06-10Add test for naming of declarations and parametersAlbin1-0/+33
2024-06-07Suppress gRPC CVEsAlbin1-0/+9
These CVEs are a combination of a false-positive and CVEs not affecting our app.
2024-06-07Remove outdated suppression for CVE-2023-3635Albin1-10/+0
2024-05-29Migrate to gRPCDavid Göransson3-2/+3
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-05-06Remove outdated suppression rulesAlbin1-109/+0
2024-04-15Suppress Joda-Time CVE-2024-23080Albin1-0/+9
2024-03-18Add missing e2e wait for login prompt timeoutsAlbin1-0/+2
2024-03-18Add firebase e2e test devicesAlbin1-3/+10
2024-03-18Increase e2e account creation timeoutAlbin1-1/+1
2024-03-18Increase e2e test connection timeoutAlbin1-1/+2
2024-03-12Fix deprecationDavid Göransson1-2/+1
2024-03-12Remove konsist workaroundDavid Göransson1-3/+2
2024-03-12Suppress false-positive CVE-2014-9152Albin1-0/+8
2024-03-12Bump konsistAlbin2-2/+2
2024-03-12Bump gradleAlbin1-1/+1
2024-03-11Re-enable expiry textDavid Göransson1-5/+0
2024-03-05Add konsist test to ensure we do not use uiState variable name or collectAsStateDavid Göransson1-0/+11
2024-03-04Remove buildconfig from propertiesDavid Göransson1-0/+3
2024-02-27Add Konsist test to ensure that tests are named correctlyDavid Göransson1-0/+35
2024-02-12Fix deprecated assert methodsAlbin6-20/+25
2024-02-12Unify test class suffixAlbin10-11/+13
2024-02-12Add konsist check for test class suffixAlbin1-2/+6
2024-02-07Fix flaky account history mockapi testJonatan Rhodin1-0/+1
Add some extra time to for the login page to show to improve stability of the test.
2024-02-06Remove common lib dependency from test mockapiJonatan Rhodin3-6/+5
2024-02-05Fix class nameDavid Göransson1-1/+1
2024-02-01Increase timeout for ensure account creation failureJonatan Rhodin1-4/+2
2024-01-31Add account expiry mockapi testJonatan Rhodin3-2/+102
2024-01-25Unify ensure login assertionJonatan Rhodin3-3/+3
2024-01-25Add test for showing and using the account historyJonatan Rhodin1-0/+49
2024-01-25Update ktfmt to version 0.16.0 and reformat filesJonatan Rhodin1-10/+5