Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nightwatchjs/nightwatch-recorder-extension
Nightwatch extension for Devtools that allows you to export tests directly from the recorder panel.
https://github.com/nightwatchjs/nightwatch-recorder-extension
automation chrome e2e extension nightwatch
Last synced: 3 months ago
JSON representation
Nightwatch extension for Devtools that allows you to export tests directly from the recorder panel.
- Host: GitHub
- URL: https://github.com/nightwatchjs/nightwatch-recorder-extension
- Owner: nightwatchjs
- License: mit
- Created: 2022-08-09T06:13:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-16T06:23:04.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T00:55:18.030Z (4 months ago)
- Topics: automation, chrome, e2e, extension, nightwatch
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 4
- Watchers: 6
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nightwatch Recorder Extension
[Nightwatch Recorder](https://chrome.google.com/webstore/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk) extension allows you to export tests directly from the Chrome DevTools [Recorder panel](https://goo.gle/devtools-recorder).
See [Create Nightwatch test using Google Chrome DevTools Recorder](https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html) to learn more.
# How to install and use it
1. Install the [extension](https://chrome.google.com/webstore/detail/nightwatch-chrome-recorde/nhbccjfogdgkahamfohokdhcnemjafjk) 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 Nightwatch test script.
6. [Run the test script](https://nightwatchjs.org/guide/running-tests/using-the-cli-test-runner.html) with Nightwatch!
# Export user flows as Nightwatch test scripts programmatically
Use the [Nightwatch Chrome Recorder](https://github.com/nightwatchjs/nightwatch-chrome-recorder) CLI to Export user flows as Nightwatch test scripts programmatically.