generator-codeceptjs-playwright-boilerplate
v1.0.1
Published
<div align="center"> <h1><b>CodeceptJS</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 folder.
mkdir my-project
cd my-projectinstall this project generator.
yarn global add generator-codeceptjs-playwright-boilerplate
or
npm install -g generator-codeceptjs-playwright-boilerplateThat's all you need to install. When you want to use codeceptjs in new project, just run
yo codeceptjs-playwright-boilerplate
mv .npmignore .gitignoreyou will get our codeceptjs with other format soon, just wait a sec with your ☕
Update this boilerplate
first, run yo command
yoselect option Update your generators
Stack of codeceptjs
- CodeceptJs v3.x
- Playwright
- Eslint
- Prettier
- Danger
- Continuous Integration (Github Action)
