Using Nightwatch.Js To Test And Take Screenshots Of Your App
End to end testing is an often overlooked area of front-end web development. Yet, it is quintessential to making sure your application works the way it should. In this post, we will go through how to seamlessly set up and execute E2E tests using an awesome library called nightwatch.js, and in the process, automate screen capturing your application with each test run. Initial Setup Make a new project folder, and initialize your package....