UNPKG

@nxextensions/firebase-cypress

Version:

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

19 lines 569 B
{ "executors": { "run": { "implementation": "./src/executors/run/executor", "schema": "./src/executors/run/schema.json", "description": "Run Cypress tests with a single run" }, "run-ci": { "implementation": "./src/executors/e2e-ci/executor", "schema": "./src/executors/e2e-ci/schema.json", "description": "e2e-ci executor" }, "open": { "implementation": "./src/executors/open/executor", "schema": "./src/executors/open/schema.json", "description": "open executor" } } }