Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 378 Bytes

cdp.md

File metadata and controls

13 lines (10 loc) · 378 Bytes
id title
chrome
Chrome

Run your test headless/headful in Chrome with great developer workflow. Just start the runner with

npx aw chrome -c ./path/to/aw.config.js -w --coverage

and start testing. It will only rerun affected tests and generate coverage accordingly. Add files, remove files as you go and change your tests to rapidly build up a test coverage.