Skip to content

Commit 259506c

Browse files
Gclod, update docs for export, share, delete
1 parent 9f1b50b commit 259506c

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed
Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,46 @@
11
---
2-
title: 'Share test results'
2+
title: 'Export, share, or delete a test run'
3+
title: 'Export, share, delete'
34
description: 'After you analyze your test results, you might want to share them with other users involved in the testing'
45
weight: 504
56
aliases:
67
- /docs/k6/analyze-results/share-test-results/
78
---
89

9-
# Share test results
10+
# Export, share, delete a test run
1011

11-
After you analyze your test results, you might want to share them with other users involved in the testing.
12+
After you analyze your test, you might want to mark it for further analysis.
13+
To do this, you have a few options:
14+
- Save the test, keeping it beyond normal data retention periods.
15+
- Make notes on the test, preserving contextual details.
16+
- Export it to another format, so you can query it with the program of your choice.
17+
- Make a shareable link, so you can show the results to others.
18+
- Delete irrelevant tests, de-cluttering your UI.
19+
20+
To do any of these actions, use the vertical-dots icon to open the *Test Result menu*.
21+
![Test Results Menu](/media/docs/k6/test-results-menu.png)
22+
23+
## Share a test result
1224

1325
[Project members]({{< relref "../projects-and-users/manage-project-members" >}}) can access the project test results. For non-project members, you have a few options to share test results:
1426

1527
- **Generate a PDF report**. A executive summary of the test results. Read about the [PDF report](https://k6.io/docs/cloud/analyzing-results/result-export/#generate-a-pdf-report).
1628
- **Export data** to CSV format to query them with other program. Read about [CSV format](https://k6.io/docs/cloud/analyzing-results/result-export/#export-as-csv).
1729
- **Share a public link** that does not require authentication. This option could expose sensitive test information.
1830

19-
To do any of these actions, click the **Kebab menu** (three dots) to open the *Test Result menu*.
31+
## Create a note
2032

21-
![Test Results Menu](/media/docs/k6/test-results-menu.png)
33+
The **Create Note** option launches a modal window with a text box.
2234

23-
Also, in this menu, you can select to write a note about the test result to share with project members.
35+
You can write comments about the test, mark changes, or add any context worth noting.
2436

25-
> The shareable link and PDF report features are currently not available in Grafana Cloud. We are working on it.
37+
![Test Note](./images/08-Test-Results-Menu/test-note.png)
38+
39+
## Delete test results
40+
41+
>
2642
>
27-
> Meanwhile, the link with the public results is available at [https://app.k6.io/ (k6 Cloud)](https://app.k6.io/), and users are redirected to **k6 Cloud** to generate the PDF report.
43+
> Test deletion is **irreversible**.
44+
45+
Deletes the current test result.
46+

0 commit comments

Comments
 (0)