4.10.0 • Published 12 months ago

@nxextensions/firebase-cypress v4.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

NPM License NPM Version

Firebase Cypress

A plugin for Nx that auto-detects Firebase in your project and starts the emulators if they are configured.

Installation

npm i @nxextensions/firebase-cypress --save-dev

or run:

nx add @nxextensions/firebase-cypress

to automatically configure and install the plugin.

Configuration

In nx.json add:

{
  "...": "...",
  "plugins": [
    {
      "plugin": "@nxextensions/firebase-cypress",
      "options": {
        "targetName": "e2e",
        "openTargetName": "open-cypress",
        "componentTestingTargetName": "component-test",
        "ciTargetName": "e2e-ci"
      }
    }
  ]
}

Dependencies

Firebase Cypress depends on the following package(s) to run properly:

@nxextensions/nx-firebase

4.10.0

12 months ago

4.9.0

12 months ago

4.8.0

12 months ago

0.0.0-e2e

12 months ago

4.7.1

1 year ago

4.7.0

1 year ago

4.6.3

1 year ago

4.6.2

1 year ago

4.6.1

1 year ago

4.6.0

1 year ago

4.5.0

1 year ago

4.4.0

1 year ago

4.3.2

1 year ago

4.3.1

1 year ago

4.3.0

1 year ago

4.2.6

1 year ago

4.2.5

1 year ago

4.2.4

1 year ago

4.2.3

1 year ago

4.2.2

1 year ago

4.2.1

1 year ago

4.2.0

1 year ago

4.1.0

1 year ago

3.0.0

1 year ago

2.0.0

1 year ago

0.0.1

1 year ago