Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add deprecation warning to k6 DevTools recorder page #1830

Merged
merged 3 commits into from
Jan 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading