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.

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;