UNPKG

nightwatch

Version:

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

12 lines (8 loc) 239 B
const AssertionError = require('assertion-error'); class NightwatchAssertError extends AssertionError { constructor(message) { super(message); this.name = 'NightwatchAssertError'; } } module.exports = NightwatchAssertError;