UNPKG

@nxextensions/firebase-cypress

Version:

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

10 lines (8 loc) 280 B
import { CypressRunnerSchema } from '../../utils/cypress-runner.schema'; export interface RunExecutorSchema extends CypressRunnerSchema { webServerCommand?: string; cwd?: string; devServerTarget?: string; skipServe?: boolean; port?: number | 'cypress-auto'; }