Selenium Behaviour-Driven Testing in JavaScript using Cucumber and Selenium In the previous post we've built a simple automation system to test the front end of an express.js application. http://cuneyt.aliustaoglu.biz/en/end-to-end-javascript-testing-with-selenium-mocha-chai/ This was for TDD (Test-Driven Development). The
Selenium End to End Javascript testing with Selenium, Mocha and Chai Setting up the environment for automation testing is actually not that hard. I'm not going to tell how useful TDD approach is. I'll cut it short and tell you how to set up the a simple boilerplate that could be extended for everyone's needs.