add icon asset and new capacitor step, and change "test-all" to "test:all"

This commit is contained in:
2025-03-22 16:34:41 -06:00
parent 189bfabcf8
commit b1056fc8dd
5 changed files with 2472 additions and 72 deletions

View File

@@ -30,7 +30,7 @@ npx playwright install
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
npm run test:all
```
Run only web tests: