UNPKG

@nxextensions/firebase-cypress

Version:

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

6 lines (5 loc) 237 B
import { OpenExecutorSchema } from '../executors/open/schema'; import { ExecutorContext } from '@nx/devkit'; export declare function openCypress(options: OpenExecutorSchema, context: ExecutorContext): Promise<{ success: boolean; }>;