JSPM

@nx/cypress

19.5.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 990644
  • Score
    100M100P100Q187742F
  • 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/executors/cypress/cypress.impl
  • @nx/cypress/src/executors/cypress/cypress.impl.js
  • @nx/cypress/src/generators/init/init
  • @nx/cypress/src/generators/init/init.js
  • @nx/cypress/src/utils/config
  • @nx/cypress/src/utils/config.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 Monorepos · Fast CI

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


Nx: Smart Monorepos · Fast CI

Nx is a build system with built-in tooling and advanced CI capabilities. It helps you maintain and scale monorepos, both locally and on CI.

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 Monorepos · Fast CI