Questions tagged [huxley]

Huxley is known as Node-huxley and used to test your UI by comparing old and new screenshots.

"Huxley is a test-like system for catching visual regressions in Web applications.""

It uses selenium driver to capture screenshots automatically and compares them pixel by pixel.

It is most commonly used as the node module node-huxley, but is itself agnostic of any language or tools.

2 questions
9
votes
2 answers

Selenium testing with CircleCI

Im using CircleCI and I want to run Huxley tests. But for that i need selenium server running. I was trying to run selenium server standalone jar. Thats not solution. Please help if you know something.
Michael Czolko
  • 2,698
  • 2
  • 15
  • 25
0
votes
1 answer

node-huxley fails to start on elastic bamboo w/ubuntu

Locally on OSX, node-huxley using chromedriver works fine. In order to setup CI with huxley I installed chrome and chromedriver on an elastic bamboo instance running ubuntu. I get DevTools request failed over and over in the chromedriver log…
Gil Birman
  • 35,242
  • 14
  • 75
  • 119