378 Views
Browser testing has been a pain for a decade now. The landscape is showing a lot of promise nowadays, and I wanted to share the approach to client-side testing I’ve taken with dragula. In this article, you’ll see what’s so wonderful about Tape, why TAP is the future of browser testing, and how you can leverage it to the fullest in both development flows and continuous integration environments such as Travis CI. By now you must’ve read how I use tape for all the things, or how others do as well. Am I the only one here amused that we wrote almost identical articles about Tape, and published them on the same day? We’ve already covered why Tape is better than Mocha et al. It’s modular, it’s sensical, and it produces TAP output.