UNPKG

artes

Version:

The package provide step definitions and user writes feature files, and the package handles automation, with optional POM files and custom step definitions.

16 lines (13 loc) 244 B
class Context { constructor() { this.browser = undefined; this.page = undefined; this.request = undefined; this.response = undefined; this.vars = {}; } } const context = new Context(); module.exports = { context, };