| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Fix incorrect check of RAAS | David Göransson | 1 | -1/+1 | |
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 1 | -0/+7 | |
| 2025-05-21 | Update CI jobs to use new property naming scheme | David Göransson | 1 | -9/+19 | |
| 2025-05-09 | Fix regex for single test | David Göransson | 1 | -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-03 | Fix android logs not working correct with e2e tests | David Göransson | 1 | -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-10 | Bump orchestrator in instrumentation test script | Albin | 1 | -1/+1 | |
| 2025-01-27 | Upload test attachments | Albin | 1 | -0/+2 | |
| 2024-12-03 | Implement UDP-over-TCP e2e test and firewall API client | Niklas Berglund | 1 | -1/+3 | |
| 2024-11-18 | Convert build to runtime arguments | David Göransson | 1 | -2/+2 | |
| 2024-10-15 | Add minimal leak tests for Android | Niklas Berglund | 1 | -1/+5 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 1 | -0/+2 | |
| 2024-08-07 | Do not accept 0 tests passed | Jonatan Rhodin | 1 | -1/+1 | |
| 2024-07-31 | Match on success message | David Göransson | 1 | -5/+5 | |
| 2024-07-30 | Bump junit | David Göransson | 1 | -2/+2 | |
| 2024-06-10 | Unify account number naming | Albin | 1 | -8/+8 | |
| Use variations of "account number" rather than "account token" throughout the kotlin code base. | |||||
| 2024-02-14 | Fix actions report upload | Albin | 1 | -14/+18 | |
| 2024-02-07 | Fix test runner temp dir | Albin | 1 | -3/+7 | |
| This fix ensures that the script can be run by multiple users on the same machine. | |||||
| 2024-02-02 | Fix `shellcheck` lints of our various bash scripts | Sebastian Holmin | 1 | -3/+3 | |
| The following lints have been fixed: SC2046,SC2086,SC2068,SC2148,SC2007,SC2004,SC2006, SC2164,SC2145,SC1091,SC2034,SC2155. | |||||
| 2024-01-18 | Add flavor and partner support to test script | Albin | 1 | -36/+117 | |
| 2024-01-11 | Convert screen tests to Junit5 | David Göransson | 1 | -0/+2 | |
| 2023-09-21 | Update test script to use the default build variant | Albin | 1 | -2/+2 | |
| 2023-01-25 | Upload report on ci instrumentation test failures | Albin | 1 | -5/+16 | |
| The report includes: * Screenshots * Logcat * Instrumentation logs | |||||
| 2023-01-25 | Add auto-fetch of helper apks in test script | Albin | 1 | -14/+33 | |
| 2023-01-23 | Clean up instrumentation logs | Albin | 1 | -0/+3 | |
| 2023-01-10 | Add mockapi to instrumentation test script | Albin | 1 | -2/+8 | |
| 2023-01-10 | Support orchestrator in instrumented test script | Albin | 1 | -0/+112 | |
