tree: e4dda1ce8d309aa5291cc738e620b2d0ff81b20a [path history] [tgz]
  1. assets/
  2. lib/
  3. web/
  4. .firebaserc
  5. .gitignore
  6. .metadata
  7. analysis_options.yaml
  8. cloudbuild.yaml
  9. firebase.json
  10. pubspec.lock
  11. pubspec.yaml
  12. README.md
current_results_ui/README.md

current_results_ui

A web UI displaying current test results for Dart CI

About

This web app displays results from the Current Results API in the dart-ci project.

Usage

The page is visible at

https://dart-current-results.web.app

It includes options to filter the current results show by test name (partial prefixes of test name allowed) and by configuration (partial prefixes allowed).

Deployment

It is written for deployment in Flutter web, but may work on other platforms.

It is deployed to the the dart_ci Firebase hosted web app at https://dart-current-results.app.web/

It is built and deployed with the Flutter master channel.

Build and deploy with

gcloud --project=dart-ci builds submit