Skip to content

Commit f13434a

Browse files
shyimIsengo1989
andauthored
docs: add note about production environment considerations for tests (#1704)
* docs: add note about production environment considerations for tests * docs: correct typo in production environment note for k6 testing guide * Update guides/hosting/performance/k6.md Co-authored-by: Micha Hobert <m.hobert@shopware.com> * Update guides/hosting/performance/k6.md Co-authored-by: Micha Hobert <m.hobert@shopware.com> --------- Co-authored-by: Micha Hobert <m.hobert@shopware.com>
1 parent 51f92f9 commit f13434a

File tree

1 file changed

+4
-0
lines changed
  • guides/hosting/performance

1 file changed

+4
-0
lines changed

guides/hosting/performance/k6.md

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ The command `framework:demodata` can also execute multiple times in parallel, so
6666

6767
## Running the tests
6868

69+
::: warning
70+
When running against a production environment, make sure you have informed your hosting provider. Your IP may be blocked for a short time or limited to a certain number of requests, which could lead to a false positive. Grafana Cloud is generally recommended as it allows you to distribute the load across multiple locations.
71+
:::
72+
6973
To run the tests, we need an scenario file. The repository comes with a example scenario file that you can use to test your store.
7074

7175
```javascript

0 commit comments

Comments
 (0)