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 aed1a9fea8
commit 189bfabcf8
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.