add LogView for those cases where the log download doesn't work

This commit is contained in:
2025-03-22 15:15:17 -06:00
parent 00f71afd85
commit 65e4ddb832
6 changed files with 133 additions and 17 deletions

View File

@@ -27,12 +27,18 @@ npx playwright install
#### Full Test Suite
Run all local tests:
To run all tests, make sure XCode is started and either Android Studio is started or an Android device is connected.
```bash
npm run test-all
```
Run only web tests:
```bash
npm run test:web
```
Note: Tests may occasionally fail and succeed on rerun (especially if a different test fails).
#### Single Test