UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

10 lines (9 loc) 292 B
/// <reference types="cypress" /> /// <reference types="cypress" /> import DataTable from "../data_table"; export declare function runStepWithLogGroup(options: { fn: () => unknown; keyword: string; argument?: DataTable | string; text?: string; }): Cypress.Chainable<unknown>;