UNPKG

@revoloo/cypress6

Version:

Cypress.io end to end testing tool

10 lines (9 loc) 257 B
declare const example: { getPathToExamples(): Promise<string[]>; getFolderName(): string; getPathToPlugins(): string; getPathToSupportFiles(): Promise<string[]>; getPathToTsConfig(): string; getPathToFixture(): string; } export default example;