Nightwatch Recorder extension allows you to export tests directly from the Chrome DevTools Recorder panel.
See Create Nightwatch test using Google Chrome DevTools Recorder to learn more.
- Install the extension from Chrome Web Store.
- Open a new tab in the browser.
- Open DevTools.
- Open an existing user flow or record a new user flow with the Recorder panel.
- Export the user flow as Nightwatch test script.
- Run the test script with Nightwatch!
Use the Nightwatch Chrome Recorder CLI to Export user flows as Nightwatch test scripts programmatically.