nightwatch-docs icon indicating copy to clipboard operation
nightwatch-docs copied to clipboard

Add correct references for the Chrome recorder page

Open beatfactor opened this issue 3 years ago • 1 comments

  1. Check the copy for grammar issues: A few issues:

[Chrome DevTools](https://goo.gle/devtools]%20has%20a%20Recorder panel which lets users records their user flows, and export them as JSON files or other custom formats.

You can convert the these user flows to Nightwatch test scripts by:

  1. How to record a test with Chrome DevTools recorder?
  • use a numbered list, see https://nightwatchjs.org/guide/reporters/use-mochawesome-reporter.html
  • add more spaces around the images
  • maybe condense some of the steps
  1. Remove all the 'how-to's and use simpler instructions, e.g.:
  • How to export the recorded test? --> Export the recorded test
  1. npm install -g @nightwatch/chrome-recorder
  • there's no need to install this globally
  1. Avoid gerunds, e.g. Using Nightwatch Recorder Extension --> Use Nightwatch Recorder Extension

  2. References links should be titles https://nightwatchjs.org/guide/writing-tests/chrome-devtools-recorder.html#references E.g. https://nightwatchjs.org/guide/writing-tests/test-syntax-bdd.html#recommended-content

beatfactor avatar Aug 18 '22 08:08 beatfactor

is this issue still open?

urizennnn avatar Mar 22 '24 14:03 urizennnn