summaryrefslogtreecommitdiffhomepage
path: root/android/scripts/run-instrumented-tests.sh
AgeCommit message (Collapse)AuthorFilesLines
2025-07-10Fix incorrect check of RAASDavid Göransson1-1/+1
2025-07-10Add e2e test for Google play purchasesDavid Göransson1-0/+7
2025-05-21Update CI jobs to use new property naming schemeDavid Göransson1-9/+19
2025-05-09Fix regex for single testDavid Göransson1-1/+1
When only 1 test is being run, the string will be "test" instead of tests causing the regex match to fail.
2025-04-03Fix android logs not working correct with e2e testsDavid Göransson1-2/+8
Currently we use `logcat -d` this will dump the current logs however this relies on the buffer of app logs being long enough which didn't end up being the case. Now we starting logging in the begging of the test and stop once all tests are complete.
2025-02-10Bump orchestrator in instrumentation test scriptAlbin1-1/+1
2025-01-27Upload test attachmentsAlbin1-0/+2
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