Show how to run puppeteer
using AVA as test runner and Selenoid as a tool for running tests in isolated environment in a Docker container.
Firstly, install all dependencies npm i
Just run npm run test
- Download
cm
(Configuration Manager) toolnpm run cm:install
- Run test
npm run stest
(in background it will download and setup Selenoid as it needed)