JSPM

@nx/cypress

16.0.0-rc.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 990644
  • Score
    100M100P100Q187784F
  • License MIT

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

Package Exports

  • @nx/cypress
  • @nx/cypress/index.js
  • @nx/cypress/plugins/cypress-preset
  • @nx/cypress/plugins/cypress-preset.js
  • @nx/cypress/src/generators/init/init
  • @nx/cypress/src/generators/init/init.js
  • @nx/cypress/src/utils/ct-helpers
  • @nx/cypress/src/utils/ct-helpers.js
  • @nx/cypress/src/utils/cypress-version
  • @nx/cypress/src/utils/cypress-version.js
  • @nx/cypress/src/utils/find-target-options
  • @nx/cypress/src/utils/find-target-options.js
  • @nx/cypress/src/utils/project-name
  • @nx/cypress/src/utils/project-name.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@nx/cypress) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Nx - Smart, Fast and Extensible Build System

CircleCI License NPM Version Semantic Release Commitizen friendly Join the chat at https://gitter.im/nrwl-nx/community Join us @nrwl/community on slack


Nx: Smart, Fast and Extensible Build System

Nx is a next generation build system with first class monorepo support and powerful integrations.

This package is a Cypress plugin for Nx.

Getting Started

Creating an Nx Workspace

Using npx

npx create-nx-workspace

Using npm init

npm init nx-workspace

Using yarn create

yarn create nx-workspace

Adding Nx to an Existing Repository

Run:

npx nx@latest init

Documentation & Resources

Nx - Smart, Fast and Extensible Build System