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/k6/next/using-k6/test-authoring/create-tests-from-recordings/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ You can use this recording to auto-generate your test logic.
12
12
Testers commonly use recordings to avoid writing complex tests from scratch.
13
13
For example, testing advanced scenarios on websites or mobile applications, such as end-to-end (E2E) tests with dozens or hundreds of requests.
14
14
15
-
k6 provides three tools that can directly convert a recording into k6 script:
15
+
k6 provides two tools that can convert a recording into a k6 script:
16
+
17
+
-[Grafana k6 Studio](https://grafana.com/docs/k6/<K6_VERSION>/k6-studio) is an open-source desktop application designed to help you record browser interactions and generate k6 test scripts.
16
18
17
19
-[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.
Copy file name to clipboardExpand all lines: docs/sources/k6/v1.3.x/using-k6/test-authoring/create-tests-from-recordings/_index.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,9 @@ You can use this recording to auto-generate your test logic.
12
12
Testers commonly use recordings to avoid writing complex tests from scratch.
13
13
For example, testing advanced scenarios on websites or mobile applications, such as end-to-end (E2E) tests with dozens or hundreds of requests.
14
14
15
-
k6 provides three tools that can directly convert a recording into k6 script:
15
+
k6 provides two tools that can convert a recording into a k6 script:
16
+
17
+
-[Grafana k6 Studio](https://grafana.com/docs/k6/<K6_VERSION>/k6-studio) is an open-source desktop application designed to help you record browser interactions and generate k6 test scripts.
16
18
17
19
-[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.
0 commit comments