Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.47 KB

Readme.md

File metadata and controls

21 lines (13 loc) · 1.47 KB

Nightwatch Recorder Extension

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.

How to install and use it

  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 Nightwatch test script.

Screen Shot 2022-08-17 at 9 31 15 AM

  1. Run the test script with Nightwatch!

Export user flows as Nightwatch test scripts programmatically

Use the Nightwatch Chrome Recorder CLI to Export user flows as Nightwatch test scripts programmatically.