tree: 4556a56ae2610ee06ad7946144f9801b5702f59b [path history] [tgz]
  1. doc/
  2. lib/
  3. test/
  4. web/
  5. analysis_options.yaml
  6. build.yaml
  7. cloudbuild.yaml
  8. firebase.json
  9. LICENSE
  10. pubspec.lock
  11. pubspec.yaml
  12. README.md
results_feed/README.md

Dart results feed

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/

Prerequisites (Verified 2021-09-06)

  • Dart SDK version 2.10.0-stable
  • webdev 2.5.9 (run pub global activate webdev 2.5.9)

Building

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

Testing

Run tests (one at a time only) with the commands

pub run build_runner test --fail-on-severe -- -p chrome