Further refactor
3 files changed
tree: 9ca256d80f93292f7636db234cb7e8fa42c58b08
  1. gr-zuul-summary-status/
  2. .eslintrc.json
  3. .gitignore
  4. bower.json
  5. BUILD
  6. LICENSE
  7. package.json
  8. README.md
README.md

Zuul Summary Status

Show a summary of Zuul results in Polygerrit

UI tests

To run UI tests here will need install dependencies from both npm and bower.

npm run wct-test should take care both for you, read more in package.json.

Test plugin on Gerrit

  1. Clone gerrit git clone https://gerrit.googlesource.com/gerrit
  2. Clone plugin to plugins/zuul-summary-status cd plugins; git clone https://github.com/ianw/gerrit-zuul-summary-status zuul-summary-status
  3. Run build cd ..; bazel build plugins/zuul-summary-status:zuul_summary_status
  4. Copy resulting plugin bazel-bin/plugins/zuul-summary-status/zuul-summary-status-bundle.js to Gerrit plugins directory