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.

9 lines (7 loc) 196 B
const BaseHook = require('./_basehook.js'); class AfterAll extends BaseHook { constructor(context, addtOpts) { super(BaseHook.afterAll, context, addtOpts); } } module.exports = AfterAll;