Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.
Screen Shot 2022-08-17 at 9 31 15 AM

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.