I’ve been using the Nightwatch testing framework for a few months now. I thought I’d write down some of the gotchas that I’ve run into while writing tests for it. (At the time this post was written, Nightwatch was at v0.9.5.) Gathering Files Is Cumbersome Specifying your test files is strangely convoluted. You have to […]
Posts About testing
End-to-end tests are an important part of a testing strategy and continuous integration. Find out how to automate your testing across multiple browsers on your machine and in the cloud.
If you’re writing RequireJS modules, figuring out how to test them under Karma can leave you scratching your head. Writing them for AngularJS adds an extra wrinkle. Luckily it only takes a little bit of extra work.
Many website owners want to completely redesign their sites every few years in order to reinvigorate the look and feel. A better approach is to continually test and improve the site over time.