You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sources/k6/next/get-started/resources.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,15 @@ These resources help you write and run k6 tests in a safe environment and explor
27
27
28
28
## Test servers
29
29
30
-
If you need a place to learn k6 and test your scripts, you can use these playground/demo applications:
30
+
If you need a place to learn k6 and test your scripts, you can use these demo applications:
31
31
32
-
-[grafana/quickpizza](https://github.com/grafana/quickpizza). A simple demo web application.
32
+
-[`grafana/quickpizza`](https://github.com/grafana/quickpizza). A demo web application.
33
33
34
-
Note that these are shared testing environments - please avoid high-load tests. Alternatively, you can deploy and host them on your infrastructure and run the examples in the repository.
34
+
{{< admonition type="note" >}}
35
+
These are testing environments shared by everyone - avoid high-load tests.
36
+
37
+
If you want to run tests with high loads, you can deploy and host them on your infrastructure and run the examples in the repository.
0 commit comments