commit | 39bea485d0ee71699e632dcf01c6ca6b93c72846 | [log] [tgz] |
---|---|---|
author | David Ostrovsky <david@ostrovsky.org> | Sun Feb 16 23:07:04 2020 +0100 |
committer | David Ostrovsky <david@ostrovsky.org> | Sun Feb 16 23:10:56 2020 +0100 |
tree | 8cdb25eb5e7a6b22c415d8532a04312a1f736297 | |
parent | 9ac12cc32860f1885dd87cefd6c75506ae37c00e [diff] |
ChecksSubmitRule.Module: Demote base class to AbstractModule Change-Id: I9a2a7e1e404805e089ce6816390bfc253ff94e8d
This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.
This plugin uses polymer-cli to test.
After bower install
, running polymer test -l chrome
will run all tests in Chrome, and running polymer serve
and navigating to http://127.0.0.1:8081/components/checks/gr-checks/gr-checks-view_test.html allows for manual debugging.