diff --git a/docs/sources/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md b/docs/sources/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md index d8bd033cd0..23d225f771 100644 --- a/docs/sources/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md +++ b/docs/sources/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md @@ -12,7 +12,7 @@ The k6 DevTools recorder lets you record user journeys using Chrome DevTools and To ensure you have a useful test output: -- Review the [Be sure to record realistically](/test-authoring/create-tests-from-recordings/#be-sure-to-record-realistically) and [Consider hybrid approach for load testing websites](/test-authoring/create-tests-from-recordings/#consider-hybrid-approach-for-load-testing-websites) sections on [Create tests from recordings](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/). +- Review the [Be sure to record realistically](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/#be-sure-to-record-realistically) and [Consider hybrid approach for load testing websites](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/#consider-hybrid-approach-for-load-testing-websites) sections on [Create tests from recordings](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/). - Learn the basics of k6 browser tests with [Running browser tests](https://grafana.com/docs/k6//using-k6-browser/running-browser-tests/). {{< admonition type="note" >}} @@ -23,7 +23,7 @@ Using the DevTools recorder _doesn't require a Grafana Cloud account_. ## Create a script from a recording -1. Install the [k6 Browser Recorder Chrome extension](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc). +1. Install the [k6 DevTools Recorder Chrome extension](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc). 1. Record a session using the [Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder). 1. [Export the user flow](https://developer.chrome.com/docs/devtools/recorder/reference#export-flows) and choose the k6 Browser option. 1. Edit your script as necessary. Depending on the [type of test](https://grafana.com/docs/k6//testing-guides/test-types/), you might need to change different aspects of the script. diff --git a/docs/sources/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md b/docs/sources/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md index d8bd033cd0..23d225f771 100644 --- a/docs/sources/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md +++ b/docs/sources/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md @@ -12,7 +12,7 @@ The k6 DevTools recorder lets you record user journeys using Chrome DevTools and To ensure you have a useful test output: -- Review the [Be sure to record realistically](/test-authoring/create-tests-from-recordings/#be-sure-to-record-realistically) and [Consider hybrid approach for load testing websites](/test-authoring/create-tests-from-recordings/#consider-hybrid-approach-for-load-testing-websites) sections on [Create tests from recordings](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/). +- Review the [Be sure to record realistically](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/#be-sure-to-record-realistically) and [Consider hybrid approach for load testing websites](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/#consider-hybrid-approach-for-load-testing-websites) sections on [Create tests from recordings](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/). - Learn the basics of k6 browser tests with [Running browser tests](https://grafana.com/docs/k6//using-k6-browser/running-browser-tests/). {{< admonition type="note" >}} @@ -23,7 +23,7 @@ Using the DevTools recorder _doesn't require a Grafana Cloud account_. ## Create a script from a recording -1. Install the [k6 Browser Recorder Chrome extension](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc). +1. Install the [k6 DevTools Recorder Chrome extension](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc). 1. Record a session using the [Chrome DevTools Recorder](https://developer.chrome.com/docs/devtools/recorder). 1. [Export the user flow](https://developer.chrome.com/docs/devtools/recorder/reference#export-flows) and choose the k6 Browser option. 1. Edit your script as necessary. Depending on the [type of test](https://grafana.com/docs/k6//testing-guides/test-types/), you might need to change different aspects of the script.