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 […]
From The Blog
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.
My wife recently (re)started school at Iowa State University, which is an hour-long drive from where we live. To make the commute more productive, I looked into converting her paper and digital textbooks into audiobooks. Most of the tools I used are run from the command line (Windows, OSX, or Linux), but the process is […]
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.
What do you do when you have a large, monolithic Rails app with technical debt creating performance and maintainability problems? You convert it to a NodeJS app.