File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -48,11 +48,11 @@ yarn upgrade --latest
4848TBD
4949
5050
51- ### E2E Tests
51+ ## E2E Tests
5252There are serval ways to run the e2e tests.
5353Make sure to have a up to date ` dist/ ` folder using ` yarn build ` .
5454
55- #### Local development use case
55+ ### Local development use case
5656``` BASH
5757cd tests/
5858docker-compose up -d checkmk grafana
@@ -61,14 +61,14 @@ yarn run cypress open
6161This will show you a nice interactive GUI to run and debug your E2E tests.
6262See the official [ docs] ( https://docs.cypress.io/guides/overview/why-cypress ) for more information.
6363
64- #### No Interactivity use case (e.g. CI)
64+ ### No Interactivity use case (e.g. CI)
6565``` BASH
6666cd tests/
6767docker-compose up --exit-code-from=cypress
6868```
6969This will run all tests without any further interaction necessary.
7070
71- #### No docker use case
71+ ### No docker use case
7272If you don't want to or can't use docker at all, make sure you have a Grafana and a CheckMK instance running somewhere.
7373The Plugin you want to test needs to be installed in you Grafana instance.
7474
@@ -94,4 +94,4 @@ yarn run cypress run
9494```
9595
9696Please note that the test have side effects on your Grafana and CheckMK instance,
97- such as creating a new automation user.
97+ such as creating a new automation user.
You can’t perform that action at this time.
0 commit comments