UNPKG

artes

Version:

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

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