webdriverio-devtools

August 21, 2023 ยท View on GitHub

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

Contents

  1. 1Using
  2. 2Getting Started
  3. 3Additional Features