-
Notifications
You must be signed in to change notification settings - Fork 221
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
87b018f
commit 36b6b06
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
weight: 950 | ||
title: k6 Studio | ||
--- | ||
|
||
# k6 Studio | ||
|
||
{{< admonition type="note" >}} | ||
|
||
k6 Studio is in the experimental stage. Engineering and on-call support aren't available. Documentation is either limited or not provided outside of code comments. For bug reports or feedback, open an issue in the [k6 Studio GitHub repository](https://github.com/grafana/k6-studio/issues). | ||
|
||
{{< /admonition >}} | ||
|
||
k6 Studio is a desktop application that can help you: | ||
|
||
- Record a user flow from browser interactions and generate a HAR file. | ||
- Generate and customize a k6 test script from a HAR file, including the ability to use rules to quickly iterate on the script creation process. | ||
- Test and debug k6 scripts using a visual interface. Inspect the request and response details for any request in your script. | ||
|
||
Visit the [k6 Studio GitHub repository](https://github.com/grafana/k6-studio/) for more information and to download the application. |