UNPKG

nightwatch

Version:

Easy to use Node.js based End-to-End testing solution for browser based apps and websites, using the W3C WebDriver API.

4 lines (3 loc) 103 B
module.exports = process.env.NIGHTWATCH_COV ? require('./lib-cov/index') : require('./lib/index');