UNPKG

@nxextensions/firebase-cypress

Version:

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

8 lines (7 loc) 182 B
export interface ConfigGeneratorSchema { projects: string | string[]; useJavascript?: boolean; directory?: string; bundler?: 'vite' | 'webpack'; baseUrl?: string; }