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

@@ -329,10 +329,10 @@ The packaged application will be in `dist/TimeSafari`
## Testing
Run local tests:
Run all tests (requires XCode and Android Studio/device):
```bash
npm run test-local
npm run test-all
```
See [TESTING.md](test-playwright/TESTING.md) for more details.