Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 568 Bytes

Main purpose

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.

How to run

Firstly, install all dependencies npm i

puppeteer + AVA

Just run npm run test

puppeteer + AVA + Selenoid

  1. Download cm (Configuration Manager) tool npm run cm:install
  2. Run test npm run stest (in background it will download and setup Selenoid as it needed)