Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 320 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 320 Bytes

Usage

Install dependencies

yarn

Install browsers

yarn install:browser

Running test scripts

  1. Chrome DevTools Protocol (CDP)

    yarn test:cdp
    
  2. Chromedriver

    yarn test:chromedriver
    
  3. Selenium WD client

    yarn test:selenium