summaryrefslogtreecommitdiffhomepage
path: root/android/scripts/run-instrumented-tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-12-03Implement UDP-over-TCP e2e test and firewall API clientNiklas Berglund1-1/+3
2024-11-18Convert build to runtime argumentsDavid Göransson1-2/+2
2024-10-15Add minimal leak tests for AndroidNiklas Berglund1-1/+5
2024-08-19Fix for failing mockapi and e2e testsNiklas Berglund1-0/+2
2024-08-07Do not accept 0 tests passedJonatan Rhodin1-1/+1
2024-07-31Match on success messageDavid Göransson1-5/+5
2024-07-30Bump junitDavid Göransson1-2/+2
2024-06-10Unify account number namingAlbin1-8/+8
Use variations of "account number" rather than "account token" throughout the kotlin code base.
2024-02-14Fix actions report uploadAlbin1-14/+18
2024-02-07Fix test runner temp dirAlbin1-3/+7
This fix ensures that the script can be run by multiple users on the same machine.
2024-02-02Fix `shellcheck` lints of our various bash scriptsSebastian Holmin1-3/+3
The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155.
2024-01-18Add flavor and partner support to test scriptAlbin1-36/+117
2024-01-11Convert screen tests to Junit5David Göransson1-0/+2
2023-09-21Update test script to use the default build variantAlbin1-2/+2
2023-01-25Upload report on ci instrumentation test failuresAlbin1-5/+16
The report includes: * Screenshots * Logcat * Instrumentation logs
2023-01-25Add auto-fetch of helper apks in test scriptAlbin1-14/+33
2023-01-23Clean up instrumentation logsAlbin1-0/+3
2023-01-10Add mockapi to instrumentation test scriptAlbin1-2/+8
2023-01-10Support orchestrator in instrumented test scriptAlbin1-0/+112