Standard Search
About 2 results
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/automated-acceptance-tests · 30 Jan 2016
More testing is never a bad thing. Automating that testing is even better. We recently added automated acceptance testing to a spring-boot application. There were a few small hiccups to getting it implemented. Which I’d like to share the solutions to. Mu...