Tag: Testing

Thoughts and tutorials on the world of testing

Mocha Usage Tips

While the main Mocha.js website provides useful information, it's fairly verbose (that's really a good thing). Here are several tips to help newcomers understand some of the main features of Mocha. Running commands before and after tests (i.e. Hooks) Take advantage of Mocha's before, beforeEach, after and afterEach… Continue Reading 'Mocha Usage Tips'

Regression Testing and CSS

Note: It's been a while since I originally wrote this. Nowadays I use WebdriverIO and WebdriverCSS. If you're interested in learning those tools, I've got a free short course available if you're interested This past October I gave a presentation at the wonderful CSS Dev Conf about CSS and regression… Continue Reading 'Regression Testing and CSS'