CodeceptJS with Puppeteer installed
npm install codeceptjs-puppeteerMeta-package which installs CodeceptJS with Puppeteer.
```
npm i codeceptjs-puppeteer
Run codeceptjs:
``
./node_modules/.bin/codeceptjs init
And choose Puppeteer` helper from the list.