UNPKG

artes

Version:

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

8 lines (6 loc) 260 B
const { When } = require("../helper/imports/commons"); const { browser } = require("../helper/stepFunctions/exporter"); // User sets cookies in json format When("User sets {string} cookies", async function (cookies) { await browser.setCookies(cookies); });