UNPKG

@nxextensions/firebase-cypress

Version:

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

4 lines (3 loc) 292 B
import { ExecutorContext, ProjectConfiguration } from '@nx/devkit'; export declare function getE2EProjectDependency(context: ExecutorContext): ProjectConfiguration | undefined; export declare function validateFirebaseProject(project: ProjectConfiguration, context: ExecutorContext): boolean;