You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/v0.52.x/using-k6/test-authoring/create-tests-from-recordings/using-the-devtools-recorder.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
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.'
4
4
weight: 01
5
5
---
6
6
7
-
# Using the DevTools recorder
7
+
# Using the k6 DevTools recorder
8
8
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.
10
10
11
11
## Before you begin
12
12
13
13
To ensure you have a useful test output:
14
14
15
15
- 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/).
0 commit comments