cypress-ct-custom-devserver
Version:
A helper to simplify the api for creating a custom dev-server for cypress.
7 lines (6 loc) • 402 B
TypeScript
/// <reference types="CustomDevServer" />
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
/// <reference types="cypress" />
export declare function createCustomDevServer(initBuildCallback: CustomDevServer.InitBuildCallback): ({ cypressConfig, specs, devServerEvents }: CustomDevServer.DevServerOptions) => Promise<Cypress.ResolvedDevServerConfig>;