0.2.0 • Published 5 years ago
@offeringsolutions/nx-protractor-to-cypress v0.2.0
Nx Protractor To Cypress Schematic for Angular Projects

Usage
ng add @offeringsolutions/nx-protractor-to-cypressDescription
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.jsonfile - Update the e2e test runner in the
angular.jsonfile fromprotractortocypress - Modify
package.json(removing Protractor deps, adding Cypress deps) and install them