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) 245 B
import { ExecutorContext } from '@nx/devkit'; import { CypressRunnerSchema } from './cypress-runner.schema'; export default function runCypressInternal(options: CypressRunnerSchema, context: ExecutorContext): Promise<{ success: boolean; }>;