generator-boilerplate-cypress
v6.1.0
Published
<div align="center"> <h1><b>Cypress</b> with boilerplate generator</h1> </div>
Readme
this project created with yeoman.
Usage
You need yeoman for scaffolding.
yarn global add yo
or
npm install -g yocreate folder for your project and change working directory to the folders.
mkdir my-project
cd my-projectinstall this project generator.
yarn global add generator-boilerplate-cypress
or
npm install -g generator-boilerplate-cypressThat's all you need to install. When you want to use cypress in new project, just run
yo boilerplate-cypress
mv .npmignore .gitignoreyou will get our cypress with other format soon, just wait a sec with your ☕
Update this boilerplate
first, run yo command
yoselect option Update your generators
Style Guide
Stack of cypress
- Cypress
- Webpack
- Eslint
- Prettier
- Danger
- Continuous Integration (Circle CI and Github Action)
