@offeringsolutions/nx-protractor-to-cypress
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

Nx Protractor To Cypress Schematic for Angular Projects

TravisCi build npm (scoped)

commandline usage

Usage

ng add @offeringsolutions/nx-protractor-to-cypress

Description

This schematic will migrate your Nx Workspace from using Protractor to use Cypress. It will scan the workspace, find all projects and update them all including the workspace itself.

Actions

This schematic will

  • Create Cypress files inside your project-e2e folders
  • Delete protractor files
  • Update all used sections in the angular.json file
  • Update the e2e test runner in the angular.json file from protractor to cypress
  • Modify package.json (removing Protractor deps, adding Cypress deps) and install them

/@offeringsolutions/nx-protractor-to-cypress/

    Package Sidebar

    Install

    npm i @offeringsolutions/nx-protractor-to-cypress

    Weekly Downloads

    4

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    48.1 kB

    Total Files

    54

    Last publish

    Collaborators

    • offeringsolutions