Skip to content

Commit 470c99d

Browse files
committed
Update test servers section on GetStarted/Resources
1 parent 947524d commit 470c99d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

src/data/markdown/translated-guides/en/01 Get started/05 resources.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,18 @@ These resources help you write and run k6 tests in a safe environment and explor
2525

2626
## Test servers
2727

28-
If you need a place to test k6 scripts, you can load these servers as much as you want.
28+
If you need a place to test k6 scripts, you can use these playground/demo servers to learn k6:
29+
30+
31+
- [pizza.grafana.fun](https://pizza.grafana.fun/). A simple demo webapp. [grafana/quickpizza](https://github.com/grafana/quickpizza)
32+
- [k6-http.grafana.fun](https://k6-http.grafana.fun). A simple HTTP Request & Response Service. [grafana/httpbin](https://github.com/grafana/httpbin)
33+
- [k6-php.grafana.fun](https://k6-php.grafana.fun). A simple PHP website. [grafana/test.k6.io](https://github.com/grafana/test.k6.io)
34+
- [test-api.k6.io](https://test-api.k6.io). A demo HTTP REST API with some WebSocket support. [grafana/test-api.k6.io](https://github.com/grafana/test-api.k6.io)
35+
- [grpcbin.test.k6.io](https://grpcbin.test.k6.io/). A simple gRPC Request & Response Service. [grafana/k6-grpcbin](https://github.com/grafana/k6-grpcbin)
36+
37+
38+
Note that these are shared testing environments - please avoid high-load tests. Alternatively, you can host them on your infrastructure and run the examples on the repo.
2939

30-
- [test.k6.io](https://test.k6.io). A demo website
31-
- [test-api.k6.io](https://test-api.k6.io). A demo REST API (with some WebSocket support).
32-
- [ecommerce.test.k6.io](http://ecommerce.test.k6.io/). The k6 Fake Shop, a demo WooCommerce site.
3340

3441
## k6 + your favorite tool
3542

0 commit comments

Comments
 (0)