Financial-Times / n-test

A CLI tool and module for lightweight testing of web applications in browsers, designed for FT.com
4 stars 2 forks source link

Update to use webdriverio v5.x (already present in package.json) #126

Closed maxcbc closed 5 years ago

maxcbc commented 5 years ago

The package.json had been updated to use webdriver io 5.x however the code had not been updated to take account of the breaking changes in this version.

This does the latter.