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 end-to-end 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.