Standard Search
About 3 results
https://rants.broonix.ca/development-workflow · 18 Sep 2016
This week GitHub released some great new features. The new review feature finally makes code review a first class member of GitHub’s feature set. This is one of the final bits we wanted for our build process at work. I’ve blogged about bits and pieces ...
https://rants.broonix.ca/selenium-screenshots-in-continuous-integration · 8 Sep 2016
There is nothing worse that when your tests fail only on your continuous integration server. This non-deterministic behaviour can be a pain to debug. This is compounded when testing with Selenium. If you can’t see the state of the browser when a test fai...
https://rants.broonix.ca/java-code-coverage-with-gradle-and-jacoco-2 · 22 Jan 2016
There are so many great metrics to help you improve a project’s quality. One of these metrics is code coverage. In this post we will go over why this measurement is important, how to measure coverage using JaCoCo. I’ll also wrap up with some info on co...