commit | ffaeb8cc66436e0afddc6d4ae2bfc26f8e66bcd1 | [log] [tgz] |
---|---|---|
author | Gal Paikin <paiking@google.com> | Thu Sep 24 11:16:32 2020 +0300 |
committer | Gal Paikin <paiking@google.com> | Thu Sep 24 12:46:11 2020 +0300 |
tree | f664b8362f6318d6541830294a5bbf844135112f | |
parent | f508353fc5f93d35d07279857aba5d9cf38de658 [diff] |
Adjust email tests to have new footers Added upstream in I70119346. The footers are removed from the tests completely so that the tests don't break every time the footers are changed upstream (those footers are not related to those tests). Change-Id: Ie9b79154dd6f99e57136a1a5ffb35369e033cf24
This plugin provides a unified experience for checkers (CI systems, static analyzers, etc.) to integrate with Gerrit Code Review.
When upgrading the plugin, please use init:
java -jar gerrit.war init -d site_path
More details about “init” in https://gerrit-review.googlesource.com/Documentation/pgm-init.html
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
.
You will need polymer-bridges
which is a submodule you can clone from: https://gerrit-review.googlesource.com/admin/repos/polymer-bridges
bazel build gr-checks:gr-checks
gerrit/plugins/checks/
folder and it will automatically served at http://localhost:8081/plugins_/checks/
(no need to pass it to --plugins flag)If your plugin is already enabled, then you can block it and then inject the compiled local verison.
See more about how to use dev helper extension to help you test here: https://gerrit.googlesource.com/gerrit-fe-dev-helper/+/master