UNPKG

@nxextensions/firebase-cypress

Version:

An NX Plugin for Firebase Applications that would like to use emulators for E2E testing with Cypress

3 lines (2 loc) 142 B
export declare function isServerUp(baseUrl: string): Promise<boolean>; export declare function waitForServer(baseUrl: string): Promise<void>;