Software developer. Maintainer of Gnomock and Gocovsh. Sometimes I write about the tech I use. Opinions are personal.

Moving from PhantomJS to Chrome

We used PhantomJS for automated UI testing for some time. It successfully helped us to be sure that our Polymer-component based pages behaved correctly. At least that’s what we thought. We used Mocha for testing with mocha-phantomjs package. Our tests looked pretty much the same: we created some components, triggered events and evaluated the results.

Page 2 of 2