mgrybyk / webdriverio-devtools

WebdriverIO with Chrome DevTools Protocol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

WebdriverIO with Chrome DevTools Protocol

License:MIT License


Languages

Language:TypeScript 84.8%Language:JavaScript 13.9%Language:Shell 1.3%