summaryrefslogtreecommitdiffhomepage
path: root/android/test
AgeCommit message (Collapse)AuthorFilesLines
2023-07-27Suppress CVE-2023-3635Albin1-0/+10
2023-05-03Push suppression review dateAlbin1-6/+6
New review date: 2023-06-01
2023-03-22Fix broken notification permission prompt testsaber safavi5-12/+12
2023-03-22Apply project-wide `kotlinLangStyle` formattingAlbin13-253/+186
2023-03-16Update e2e tests to handle privacy disclaimerAlbin3-0/+6
2023-03-16Fix notification permission behavior and testAlbin2-0/+8
2023-03-16Add empty lint configAlbin3-0/+3
2023-03-01Fix mockapi localhost referenceAlbin2-4/+1
This fix results in the daemon getting "localhost" as hostname rather than "127.0.0.1".
2023-02-13Add strict agp lint configurationAlbin3-0/+15
2023-02-02Add logging to mocked web server used for testsAlbin2-1/+12
2023-02-02Fix mockapi time formatAlbin5-25/+33
Ensures mockapi timestamps are set to utc with offset zero and are strictly formatted according to both iso8601 and rfc3339.
2023-01-26Log mockapi web server port during testsAlbin1-0/+2
2023-01-25Remove useTestStorageService optionAlbin2-2/+0
2023-01-25Extend login timeout during testAlbin4-1/+12
2023-01-10Use version code constantsAlbin2-2/+2
2023-01-10Add mockapi login testsAlbin6-0/+361
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 vpnsAlbin2-0/+42
2023-01-10Handle notificaiton permission prompt in e2e testsAlbin4-0/+31
2023-01-10Use androidTestUtil in e2e testAlbin1-2/+2
2023-01-10Fix CleanupAccountTestRule method signatureAlbin1-2/+2
2023-01-10Increase e2e test webview timeoutAlbin2-1/+6
2023-01-10Set e2e endpoint version to v1Albin1-1/+1
2023-01-10Improve test failure screenshot supportAlbin4-53/+116
This commit improves the test failure auto screenshot on newer devices. It also removes the auto-download of screenshots via gradle as it's rarely used.
2023-01-10Use common test project suppressionAlbin4-33/+2
2023-01-10Add option to use custom api endpoint in debug buildsAlbin4-3/+12
2023-01-10Add empty :test:mockapi projectAlbin3-0/+99
2023-01-10Add empty project :lib:endpointAlbin1-0/+2
2023-01-10Move common test logic to :test:commonAlbin15-47/+45
2023-01-10Add empty :test:common projectAlbin2-0/+44
2023-01-10Move :e2e project to :test:e2eAlbin24-0/+964
Also changes source directory from "java" to "kotlin" which is supported since upgrading the project from AGP 3.x to 7.x.
2023-01-10Add empty :test projectAlbin1-0/+0