This is the Dart Angular app that presents the changed test results from CI (continuous integration) testing of Dart. It uses Firebase and Firestore, and is hosted at https://dart-ci.firebaseapp.com/
pub global activate webdev 2.5.9
)Build and deploy the project using cloud build with the command
gcloud --project=dart-ci builds submit
Local builds can be run with
webdev build --output=web:build/web
Run tests (one at a time only) with the commands
pub run build_runner test --fail-on-severe -- -p chrome