Skip to content

Commit 3970294

Browse files
Small fixes to k6 Studio introduction (#1786)
1 parent d34f51a commit 3970294

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/sources/k6-studio/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ hero:
77
image: /media/docs/k6/GrafanaLogo_k6Studio_orange.svg
88
width: 100
99
height: 100
10-
description: Grafana k6 Studio is an open-source desktop application for Mac and Windows designed to help you generate k6 test scripts.
10+
description: Grafana k6 Studio is an open-source desktop application for macOS and Windows designed to help you generate k6 test scripts.
1111
cards:
1212
title_class: pt-0 lh-1
1313
items:

docs/sources/k6-studio/introduction.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ weight: 100
66

77
# Introduction
88

9-
k6 Studio is a free desktop application designed to help you create k6 tests scripts using a visual interface.
9+
k6 Studio is a free, open source desktop application designed to help you create k6 test scripts using a visual interface.
1010

1111
![k6 Studio homepage](/media/docs/k6-studio/screenshot-k6-studio-homepage.png)
1212

1313
[Grafana k6](https://grafana.com/docs/k6/latest/) is an open source performance testing tool that allows you to run JavaScript scripts to test your applications. One of the biggest challenges users face when they're getting started with k6 is generating test scripts from scratch, especially when working with applications that you might not have easy access to the source code or documentation.
1414

15-
For users that have less experience with JavaScript or k6, k6 Studio can help you record a script from a browser session and allow you to quickly get started running test scripts to test your application. For developers who are already familiar with k6, k6 Studio can optimize the time it takes to create a new script, and give you tools to validate and debug your scripts outside of the CLI.
15+
For users that have less experience with JavaScript or k6, k6 Studio can help you create a script from a browser session and allow you to quickly get started running test scripts to test your application. For developers who are already familiar with k6, k6 Studio can optimize the time it takes to create a new script, and give you tools to validate and debug your scripts outside of the CLI.
1616

1717
The k6 Studio desktop application consists of three components:
1818

19-
- **Test Recorder**: The Test Recorder can help you generate test scripts. When you start a recording, the application uses a proxy recorder and launches an instance of Chrome, and records the traffic from your actions on the browser.
19+
- **Test Recorder**: The Test Recorder can help you generate a HAR file. When you start a recording, the application uses a proxy recorder and launches an instance of Chrome, and records the traffic from your actions on the browser.
2020
- **Test Generator**: The Test Generator takes the output of a test recording and gives you options to customize the test with a visual interface and generate a test script from it. You can use it to define a list of hosts to allow or remove from your script, include variables in your script, and configure rules to extract values, parameterize requests, and more.
2121
- **Test Validator**: The Test Validator can help you validate that a test script is working as expected. You can use it to run one iteration of your test, and visualize the request and response of any requests on your test script. The Test Validator works with any k6 test script, not only scripts generated via the Test Generator.
2222

23-
After you create a test script using the Test Generator, you can use that same script to run a load test using the k6 CLI or in Grafana Cloud k6, and start getting more information about well your systems or applications are performing.
23+
After you create a test script using the Test Generator, you can use that same script to run a load test using the k6 CLI or in Grafana Cloud k6, and start getting more information about how well your systems or applications are performing.

0 commit comments

Comments
 (0)