@nxextensions/firebase-cypress
Version:
An NX Plugin for Firebase Applications that would like to use emulators for E2E testing with Cypress
10 lines (9 loc) • 333 B
TypeScript
import { CreateNodesV2 } from '@nx/devkit';
export declare const NX_PLUGIN_OPTIONS = "__NX_PLUGIN_OPTIONS__";
export interface PluginOptions {
ciTargetName?: string;
targetName?: string;
openTargetName?: string;
componentTestingTargetName?: string;
}
export declare const createNodesV2: CreateNodesV2<PluginOptions>;