Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.43 KB

Readme.md

File metadata and controls

24 lines (15 loc) · 1.43 KB

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

Below are some quick steps to help you get started. See Record and export tests as WebdriverIO script for the full documentation.

  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 WebdriverIO test scripts programmatically.


For more information on WebdriverIO see the homepage.