1.0.1 • Published 3 years ago

generator-codeceptjs-playwright-boilerplate v1.0.1

Weekly downloads
4
License
ISC
Repository
github
Last release
3 years ago

this project created with yeoman.

Usage

You need yeoman for scaffolding.

yarn global add yo
or
npm install -g yo

create folder for your project and change working directory to the folder.

mkdir my-project
cd my-project

install this project generator.

yarn global add generator-codeceptjs-playwright-boilerplate
or
npm install -g generator-codeceptjs-playwright-boilerplate

That's all you need to install. When you want to use codeceptjs in new project, just run

yo codeceptjs-playwright-boilerplate
mv .npmignore .gitignore

you will get our codeceptjs with other format soon, just wait a sec with your ☕

Update this boilerplate

first, run yo command

yo

select option Update your generators

Stack of codeceptjs

  • CodeceptJs v3.x
  • Playwright
  • Eslint
  • Prettier
  • Danger
  • Continuous Integration (Github Action)
1.0.1

3 years ago

1.0.0

3 years ago