nightwatchjs / nightwatch-docs

Source for https://nightwatchjs.org website
https://nightwatchjs.org
MIT License
95 stars 197 forks source link

Add correct references for the Chrome recorder page #202

Open beatfactor opened 2 years ago

beatfactor commented 2 years ago
  1. Check the copy for grammar issues: A few issues:

    [Chrome DevTools](https://goo.gle/devtools]%20has%20a%20[Recorder](https://goo.gle/devtools-recorder) 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?

  2. Remove all the 'how-to's and use simpler instructions, e.g.:

    • How to export the recorded test? --> Export the recorded test
  3. npm install -g @nightwatch/chrome-recorder

    • there's no need to install this globally
  4. Avoid gerunds, e.g. Using Nightwatch Recorder Extension --> Use Nightwatch Recorder Extension

  5. 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

urizennnn commented 8 months ago

is this issue still open?