UNPKG

umbraco-cypress-testhelpers

Version:

Test helpers for making Cypress tests for Umbraco solutions

7 lines (6 loc) 242 B
/// <reference types="cypress" /> import CommandBase from './commandBase'; export default class DataUmb extends CommandBase { commandName: string; method(value: string, child?: string): Cypress.Chainable<JQuery<HTMLElement>>; }