UNPKG

artes

Version:

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

49 lines (47 loc) 609 B
const { expect, Given, When, Then, context, element, selector, saveVar, extractVarsFromResponse, page, request, random, time, resolveVariable, } = require("./src/helper/imports/commons"); const { keyboard, mouse, frame, assert, elementInteractions, api, } = require("./src/helper/stepFunctions/exporter"); module.exports = { expect, Given, When, Then, element, selector, saveVar, extractVarsFromResponse, resolveVariable, context, api, random, time, page, request, api, keyboard, mouse, frame, assert, elementInteractions, };