UNPKG

@nx/cypress

Version:

The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.

8 lines (7 loc) 240 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NX_PLUGIN_OPTIONS = void 0; /** * Key used to store options used by the nx plugin for @nx/cypress. */ exports.NX_PLUGIN_OPTIONS = '__NxPluginOptions__';