Skip to content

WebdriverIO with Chrome DevTools Protocol

License

Notifications You must be signed in to change notification settings

mgrybyk/webdriverio-devtools

Repository files navigation

webdriverio-devtools

Test

WebdriverIO Chrome DevTools Protocol boilerplate (no Selenium!)

Using

  • project type module
  • webdriverio@8
  • devtools automation protocol (CDP)
  • TypeScript@5
  • publishing Allure Report with history to Github Pages

Getting Started

  1. npm install
  2. npm test

Additional Features

  • VSCode debug configs to run single/all test(s)
  • headless/headful browser modes, toggle by passing --headless arg
  • Chrome/Firefox browsers, toggle by passing --firefox arg