nightwatch-docs
nightwatch-docs copied to clipboard
Add correct references for the Chrome recorder page
- 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:
- 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
- Remove all the 'how-to's and use simpler instructions, e.g.:
How to export the recorded test?-->Export the recorded test
npm install -g @nightwatch/chrome-recorder
- there's no need to install this globally
-
Avoid gerunds, e.g.
Using Nightwatch Recorder Extension-->Use Nightwatch Recorder Extension -
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
is this issue still open?