UNPKG

nightwatch

Version:

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

8 lines (6 loc) 286 B
const assertion = require('./assertion.js'); const AssertionRunner = require('./assertion-runner.js'); const AssertionError = require('./assertion-error.js'); module.exports = assertion; module.exports.AssertionRunner = AssertionRunner; module.exports.AssertionError = AssertionError;