UNPKG

playwright-cucumber-ts-steps

Version:

A collection of reusable Playwright step definitions for Cucumber in TypeScript, designed to streamline end-to-end testing across web, API, and mobile applications.

7 lines (6 loc) 283 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // src/register.ts const checkPeerDeps_1 = require("./helpers/checkPeerDeps"); (0, checkPeerDeps_1.checkPeerDependencies)(["@cucumber/cucumber", "@playwright/test", "@faker-js/faker"]); require("./index");