Skip to content

Commit 4288834

Browse files
committed
Add k6 studio as a tool for converting recordings into scripts
1 parent 314826d commit 4288834

File tree

2 files changed

+6
-2
lines changed
  • docs/sources/k6
    • next/using-k6/test-authoring/create-tests-from-recordings
    • v1.3.x/using-k6/test-authoring/create-tests-from-recordings

2 files changed

+6
-2
lines changed

docs/sources/k6/next/using-k6/test-authoring/create-tests-from-recordings/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ You can use this recording to auto-generate your test logic.
1212
Testers commonly use recordings to avoid writing complex tests from scratch.
1313
For example, testing advanced scenarios on websites or mobile applications, such as end-to-end (E2E) tests with dozens or hundreds of requests.
1414

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.
1618

1719
- [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.
1820

docs/sources/k6/v1.3.x/using-k6/test-authoring/create-tests-from-recordings/_index.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ You can use this recording to auto-generate your test logic.
1212
Testers commonly use recordings to avoid writing complex tests from scratch.
1313
For example, testing advanced scenarios on websites or mobile applications, such as end-to-end (E2E) tests with dozens or hundreds of requests.
1414

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.
1618

1719
- [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.
1820

0 commit comments

Comments
 (0)