tree: 26734a542c65cebc20f839e9bc0a08f94a9a0a70 [path history] [tgz]
  1. doc/
  2. lib/
  3. test/
  4. web/
  5. analysis_options.yaml
  6. build.yaml
  7. firebase.json
  8. LICENSE
  9. pubspec.lock
  10. pubspec.yaml
  11. 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/

Building

Build the project with the command

webdev build

Testing

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

pub run build_runner test --fail-on-severe -- -p chrome -n "Check html"
pub run build_runner test --fail-on-severe -- -p chrome -n "Loads commits"