https://github.com/webdriverio/recorder-extension
WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
https://github.com/webdriverio/recorder-extension
Last synced: about 1 year ago
JSON representation
WebdriverIO Extension for Devtools that allows you to export tests directly from the Recorder panel.
- Host: GitHub
- URL: https://github.com/webdriverio/recorder-extension
- Owner: webdriverio
- License: mit
- Created: 2022-08-18T22:24:25.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-18T15:37:46.000Z (about 2 years ago)
- Last Synced: 2024-05-23T09:23:47.940Z (about 2 years ago)
- Language: JavaScript
- Homepage: https://webdriver.io
- Size: 871 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebdriverIO Recorder Extension
The WebdriverIO Recorder Extension allows you to record and export tests directly from the Chrome DevTools [Recorder Panel](https://goo.gle/devtools-recorder).

# How to install and use it
Below are some quick steps to help you get started. See [Record and export tests as WebdriverIO script](https://webdriver.io/docs/record) for the full documentation.
1. Install the [extension](https://chrome.google.com/webstore/detail/webdriverio-chrome-record/pllimkccefnbmghgcikpjkmmcadeddfn) from Chrome Web Store.
2. Open a new tab in the browser.
3. [Open DevTools](https://developer.chrome.com/docs/devtools/open/).
4. Open an existing user flow or [record a new user flow](https://goo.gle/devtools-recorder) with the Recorder panel.
5. [Export the user flow](https://developer.chrome.com/docs/devtools/recorder/reference/#export-flows) as WebdriverIO test script.
6. [Run the test script](https://webdriver.io/docs/clioptions) with the [WebdriverIO Testrunner](https://webdriver.io/docs/setuptypes#the-wdio-testrunner) or as [Standalone](https://webdriver.io/docs/setuptypes#standalone-mode)!
## Export user flows as WebdriverIO test scripts programmatically
Use the [WDIO Chrome Recorder](https://github.com/webdriverio/chrome-recorder) CLI to Export user flows as WebdriverIO test scripts programmatically.
---
For more information on WebdriverIO see the [homepage](https://webdriver.io).