From b0dcf09319c2df1536b52a0641504d4e14c6356f Mon Sep 17 00:00:00 2001 From: Heitor Tashiro Sergent Date: Mon, 6 Jan 2025 10:39:19 -0600 Subject: [PATCH] Add deprecation warning to k6 DevTools recorder page (#1830) * Add deprecation warning to k6 DevTools recorder page * Apply to v0.55 * Apply to v0.54 and v0.53 --- docs/sources/k6/next/examples/crawl-webpage.md | 2 +- .../test-authoring/create-tests-from-recordings/_index.md | 1 - .../using-the-devtools-recorder.md | 6 ++++++ docs/sources/k6/v0.53.x/examples/crawl-webpage.md | 2 +- .../test-authoring/create-tests-from-recordings/_index.md | 1 - .../using-the-devtools-recorder.md | 6 ++++++ docs/sources/k6/v0.54.x/examples/crawl-webpage.md | 2 +- .../test-authoring/create-tests-from-recordings/_index.md | 1 - .../using-the-devtools-recorder.md | 6 ++++++ docs/sources/k6/v0.55.x/examples/crawl-webpage.md | 2 +- .../test-authoring/create-tests-from-recordings/_index.md | 1 - .../using-the-devtools-recorder.md | 6 ++++++ 12 files changed, 28 insertions(+), 8 deletions(-) diff --git a/docs/sources/k6/next/examples/crawl-webpage.md b/docs/sources/k6/next/examples/crawl-webpage.md index 13c7444016..9795dfaa76 100644 --- a/docs/sources/k6/next/examples/crawl-webpage.md +++ b/docs/sources/k6/next/examples/crawl-webpage.md @@ -9,4 +9,4 @@ weight: 17 Refer to this [Stack Overflow answer](https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/) for details on how you can use k6 to crawl a web page. -You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl), or the [k6 DevTools Recorder](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc) to record a browser session and export it as a k6 test script. +You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl) to record a browser session and export it as a k6 test script. diff --git a/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/_index.md b/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/_index.md index 58f7d95e26..75f4c08650 100644 --- a/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/_index.md +++ b/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/_index.md @@ -15,7 +15,6 @@ For example, testing advanced scenarios on websites or mobile applications, such k6 provides three tools that can directly convert a recording into k6 script: - [Browser recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-browser-recorder) generates a k6 script from a browser session. -- [DevTools recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder) generates a k6 Browser script from user flows recorded in Chrome DevTools. - [HAR converter](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-har-converter) generates a k6 script from the requests included in a HAR file. ## Steps diff --git a/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md b/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md index 23d225f771..900551fc25 100644 --- a/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md +++ b/docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md @@ -6,6 +6,12 @@ weight: 01 # Using the k6 DevTools recorder +{{< admonition type="caution" >}} + +The k6 DevTools recorder extension is deprecated and will be removed in a future release. + +{{< /admonition >}} + The k6 DevTools recorder lets you record user journeys using Chrome DevTools and then export them as a k6 script. ## Before you begin diff --git a/docs/sources/k6/v0.53.x/examples/crawl-webpage.md b/docs/sources/k6/v0.53.x/examples/crawl-webpage.md index 13c7444016..9795dfaa76 100644 --- a/docs/sources/k6/v0.53.x/examples/crawl-webpage.md +++ b/docs/sources/k6/v0.53.x/examples/crawl-webpage.md @@ -9,4 +9,4 @@ weight: 17 Refer to this [Stack Overflow answer](https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/) for details on how you can use k6 to crawl a web page. -You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl), or the [k6 DevTools Recorder](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc) to record a browser session and export it as a k6 test script. +You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl) to record a browser session and export it as a k6 test script. diff --git a/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/_index.md b/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/_index.md index 58f7d95e26..75f4c08650 100644 --- a/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/_index.md +++ b/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/_index.md @@ -15,7 +15,6 @@ For example, testing advanced scenarios on websites or mobile applications, such k6 provides three tools that can directly convert a recording into k6 script: - [Browser recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-browser-recorder) generates a k6 script from a browser session. -- [DevTools recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder) generates a k6 Browser script from user flows recorded in Chrome DevTools. - [HAR converter](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-har-converter) generates a k6 script from the requests included in a HAR file. ## Steps diff --git a/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md b/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md index 23d225f771..900551fc25 100644 --- a/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md +++ b/docs/sources/k6/v0.53.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md @@ -6,6 +6,12 @@ weight: 01 # Using the k6 DevTools recorder +{{< admonition type="caution" >}} + +The k6 DevTools recorder extension is deprecated and will be removed in a future release. + +{{< /admonition >}} + The k6 DevTools recorder lets you record user journeys using Chrome DevTools and then export them as a k6 script. ## Before you begin diff --git a/docs/sources/k6/v0.54.x/examples/crawl-webpage.md b/docs/sources/k6/v0.54.x/examples/crawl-webpage.md index 13c7444016..9795dfaa76 100644 --- a/docs/sources/k6/v0.54.x/examples/crawl-webpage.md +++ b/docs/sources/k6/v0.54.x/examples/crawl-webpage.md @@ -9,4 +9,4 @@ weight: 17 Refer to this [Stack Overflow answer](https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/) for details on how you can use k6 to crawl a web page. -You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl), or the [k6 DevTools Recorder](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc) to record a browser session and export it as a k6 test script. +You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl) to record a browser session and export it as a k6 test script. diff --git a/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/_index.md b/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/_index.md index 58f7d95e26..75f4c08650 100644 --- a/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/_index.md +++ b/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/_index.md @@ -15,7 +15,6 @@ For example, testing advanced scenarios on websites or mobile applications, such k6 provides three tools that can directly convert a recording into k6 script: - [Browser recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-browser-recorder) generates a k6 script from a browser session. -- [DevTools recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder) generates a k6 Browser script from user flows recorded in Chrome DevTools. - [HAR converter](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-har-converter) generates a k6 script from the requests included in a HAR file. ## Steps diff --git a/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md b/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md index 23d225f771..900551fc25 100644 --- a/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md +++ b/docs/sources/k6/v0.54.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md @@ -6,6 +6,12 @@ weight: 01 # Using the k6 DevTools recorder +{{< admonition type="caution" >}} + +The k6 DevTools recorder extension is deprecated and will be removed in a future release. + +{{< /admonition >}} + The k6 DevTools recorder lets you record user journeys using Chrome DevTools and then export them as a k6 script. ## Before you begin diff --git a/docs/sources/k6/v0.55.x/examples/crawl-webpage.md b/docs/sources/k6/v0.55.x/examples/crawl-webpage.md index 13c7444016..9795dfaa76 100644 --- a/docs/sources/k6/v0.55.x/examples/crawl-webpage.md +++ b/docs/sources/k6/v0.55.x/examples/crawl-webpage.md @@ -9,4 +9,4 @@ weight: 17 Refer to this [Stack Overflow answer](https://stackoverflow.com/questions/60927653/downloading-whole-websites-with-k6/) for details on how you can use k6 to crawl a web page. -You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl), or the [k6 DevTools Recorder](https://chromewebstore.google.com/detail/k6-devtools-recorder/fkajbajcclbdgaoanencnhpfnigfipgc) to record a browser session and export it as a k6 test script. +You can also use the [Grafana k6 Browser Recorder](https://chromewebstore.google.com/detail/grafana-k6-browser-record/fbanjfonbcedhifbgikmjelkkckhhidl) to record a browser session and export it as a k6 test script. diff --git a/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/_index.md b/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/_index.md index 58f7d95e26..75f4c08650 100644 --- a/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/_index.md +++ b/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/_index.md @@ -15,7 +15,6 @@ For example, testing advanced scenarios on websites or mobile applications, such k6 provides three tools that can directly convert a recording into k6 script: - [Browser recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-browser-recorder) generates a k6 script from a browser session. -- [DevTools recorder](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder) generates a k6 Browser script from user flows recorded in Chrome DevTools. - [HAR converter](https://grafana.com/docs/k6//using-k6/test-authoring/create-tests-from-recordings/using-the-har-converter) generates a k6 script from the requests included in a HAR file. ## Steps diff --git a/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md b/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md index 23d225f771..900551fc25 100644 --- a/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md +++ b/docs/sources/k6/v0.55.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md @@ -6,6 +6,12 @@ weight: 01 # Using the k6 DevTools recorder +{{< admonition type="caution" >}} + +The k6 DevTools recorder extension is deprecated and will be removed in a future release. + +{{< /admonition >}} + The k6 DevTools recorder lets you record user journeys using Chrome DevTools and then export them as a k6 script. ## Before you begin