|
1 | 1 | ---
|
2 |
| -title: 'Share test results' |
| 2 | +title: 'Export, share, or delete a test run' |
| 3 | +title: 'Export, share, delete' |
3 | 4 | description: 'After you analyze your test results, you might want to share them with other users involved in the testing'
|
4 | 5 | weight: 504
|
5 | 6 | aliases:
|
6 | 7 | - /docs/k6/analyze-results/share-test-results/
|
7 | 8 | ---
|
8 | 9 |
|
9 |
| -# Share test results |
| 10 | +# Export, share, delete a test run |
10 | 11 |
|
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 | + |
| 22 | + |
| 23 | +## Share a test result |
12 | 24 |
|
13 | 25 | [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:
|
14 | 26 |
|
15 | 27 | - **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).
|
16 | 28 | - **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).
|
17 | 29 | - **Share a public link** that does not require authentication. This option could expose sensitive test information.
|
18 | 30 |
|
19 |
| -To do any of these actions, click the **Kebab menu** (three dots) to open the *Test Result menu*. |
| 31 | +## Create a note |
20 | 32 |
|
21 |
| - |
| 33 | +The **Create Note** option launches a modal window with a text box. |
22 | 34 |
|
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. |
24 | 36 |
|
25 |
| -> The shareable link and PDF report features are currently not available in Grafana Cloud. We are working on it. |
| 37 | + |
| 38 | + |
| 39 | +## Delete test results |
| 40 | + |
| 41 | +> ⚠ |
26 | 42 | >
|
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