Skip to content

Commit 3fa5aef

Browse files
committed
update copy for devtools recorder in 0.52.x
1 parent f7c6ee4 commit 3fa5aef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/sources/v0.52.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: 'Using the DevTools recorder'
3-
description: 'The DevTools recorder allows exporting k6 browser scripts from the recorder panel in Chrome DevTools.'
2+
title: 'Using the k6 DevTools recorder'
3+
description: 'The k6 DevTools recorder allows you to export k6 browser scripts from the recorder panel in Chrome DevTools.'
44
weight: 01
55
---
66

7-
# Using the DevTools recorder
7+
# Using the k6 DevTools recorder
88

9-
The DevTools recorder lets you record user journeys using Chrome DevTools and then export them as a k6 script.
9+
The k6 DevTools recorder lets you record user journeys using Chrome DevTools and then export them as a k6 script.
1010

1111
## Before you begin
1212

1313
To ensure you have a useful test output:
1414

1515
- 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/<K6_VERSION>/using-k6/test-authoring/create-tests-from-recordings/).
16-
- Learn how to [configure and run](https://grafana.com/docs/k6/<K6_VERSION>/using-k6-browser/running-browser-tests/) browser tests.
16+
- Learn the basics of k6 browser tests with [Running browser tests](https://grafana.com/docs/k6/<K6_VERSION>/using-k6-browser/running-browser-tests/).
1717

1818
{{< admonition type="note" >}}
1919

0 commit comments

Comments
 (0)