d3cc91b69a
Since undefined == undefined and diff.change_type is not defined during tests, it was toggling the leftOnly class. YAY UNTYPED LANGUAGES. Change-Id: If55daa29eb7a7303ff0b55f1aff8423990947733 |
||
---|---|---|
.. | ||
app | ||
.gitattributes | ||
.gitignore | ||
bower.json | ||
BUCK | ||
gulpfile.js | ||
package.json | ||
README.md | ||
server.go | ||
wct.conf.js |
PolyGerrit
Local UI, Production Data
To test the local UI against gerrit-review.googlesource.com:
cd polygerrit-ui
npm install
bower install
go run server.go
Then visit http://localhost:8081
Local UI, Test Data
One-time setup:
- Install Buck for building Gerrit.
- Build Gerrit and set up a local test site.
Run a test server:
buck build polygerrit && \
java -jar buck-out/gen/polygerrit/polygerrit.war daemon --polygerrit-dev -d ../gerrit_testsite --console-log --show-stack-trace
Running Tests
npm install -g web-component-tester
wct