578 B
578 B
Testing Guide
Flutter
Run unit and widget tests:
flutter test
Run golden tests:
flutter test test/golden
Run integration tests:
flutter test integration_test
Patrol
Run Patrol tests:
patrol test
Go
Run Go unit tests:
cd ../xworkmate-bridge
go test ./...
CI Coverage
- Pull requests in
xworkmate-apprun Flutter tests, golden tests, and integration tests. xworkmate-bridgeGo tests run in the companion repository.release/*branches run Patrol tests in addition to the PR chain.