Streamlined X-Browser Testing

If  you have enough screen real estate to be able to view several different browsers at the same time, this little node gem (n.b. not Ruby Gem!) should come in handy. I look forward to giving it a go next time I’m in the testing phase…

http://browsersync.io/

Or go the whole hog and automate completely. I’ve used Selenium before, but not being a Python wrangler, it was quite cumbersome to write the tests. Nightwatch uses JS and CSS syntax to access the Selenium API. One small leap for automated testing…

http://nightwatchjs.org/

Leave a Reply

Your e-mail address will not be published. Required fields are marked *