UNPKG

artes

Version:

The simplest way to automate UI and API tests using Cucumber-style steps.

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, };