zhaomenghuan / recorder-extension

WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.

Home Page:https://webdriver.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebdriverIO Recorder Extension

The WebdriverIO Recorder Extension allows you to record and export tests directly from the Chrome DevTools Recorder Panel.

Demo

How to install and use it

  1. Install the extension from Chrome Web Store.
  2. Open a new tab in the browser.
  3. Open DevTools.
  4. Open an existing user flow or record a new user flow with the Recorder panel.
  5. Export the user flow as WebdriverIO test script.
  6. Run the test script with the WebdriverIO Testrunner or as Standalone!

Export user flows as WebdriverIO test scripts programmatically

Use the WDIO Chrome Recorder CLI to Export user flows as Nightwatch test scripts programmatically.


For more information on WebdriverIO see the homepage.

About

WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.

https://webdriver.io

License:MIT License


Languages

Language:JavaScript 62.0%Language:Shell 33.1%Language:HTML 4.8%