crud-framework-cli
v1.0.8-beta
Published
A Cypress Automated Tests Framework to cover CRUDs
Readme
Virtus CLI
CLI tool to setup Virtus environment in existing Node.js projects.
Installation
To install the tool globally from the source:
Using npm
npm install -g .Using npm
npm install -g .Note on Yarn 2+
Yarn 2+ (Berry) does not support yarn global. Please use npm install -g . to install the tool globally from the source, or use yarn link for local development.
Usage
Navigate to your project root and run:
virtus-cliThis will:
- Add a
openscript to yourpackage.json. - Create an
e2edirectory with the Virtus CRUD Framework template. - Install dependencies inside the
e2edirectory.
Development
To test locally without installing globally:
npm link
# or
yarn linkThen in your test project:
npm link virtus-cli
# or
yarn link virtus-cli