Recent Posts

Nepal - Mardi Himal Trek

19 minute read

I took a ‘career break’ from April 2017 to April 2018, to travel, learn new skills, spend more time in bed and do stuff that I used to do before getting a de...

Custom intern properties

1 minute read

You can define custom properties in your intern config file and access then by requiring intern var intern = require('intern'); and using intern.config.{pro...

Chaining intern test steps and assertions

1 minute read

The appeal of using Intern for functional testing web apps, was the easy setup and use of the ‘SeleniumTunnel’ which means you don’t have to manually install...