Skip to content

WebdriverIO with Chrome DevTools Protocol

License

Notifications You must be signed in to change notification settings

mgrybyk/webdriverio-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 23, 2023
d7e6fa9 · Aug 23, 2023

History

41 Commits
Aug 23, 2023
Aug 9, 2023
Aug 9, 2023
Aug 9, 2023
Aug 9, 2023
Aug 9, 2023
Aug 9, 2023
Aug 9, 2023
Aug 9, 2023
Oct 2, 2020
Sep 16, 2019
Aug 21, 2023
Aug 23, 2023
Aug 23, 2023
Aug 9, 2023
Aug 9, 2023

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