UNPKG

nightwatch

Version:

Easy to use Node.js based end-to-end testing solution for web applications using the W3C WebDriver API.

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