Skip to content

Commit

Permalink
Add deprecation warning to k6 DevTools recorder page (#1830)
Browse files Browse the repository at this point in the history
* Add deprecation warning to k6 DevTools recorder page

* Apply to v0.55

* Apply to v0.54 and v0.53
  • Loading branch information
heitortsergent authored Jan 6, 2025
1 parent 934a4ac commit b0dcf09
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/sources/k6/next/examples/crawl-webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/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/<K6_VERSION>/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/<K6_VERSION>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.53.x/examples/crawl-webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/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/<K6_VERSION>/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/<K6_VERSION>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.54.x/examples/crawl-webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/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/<K6_VERSION>/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/<K6_VERSION>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/sources/k6/v0.55.x/examples/crawl-webpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Original file line number Diff line number Diff line change
Expand Up @@ -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/<K6_VERSION>/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/<K6_VERSION>/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/<K6_VERSION>/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b0dcf09

Please sign in to comment.