Skip to content

Commit 70669d1

Browse files
committed
Fix headlines indention
1 parent 57272a9 commit 70669d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

DEVELOPMENT.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ yarn upgrade --latest
4848
TBD
4949

5050

51-
### E2E Tests
51+
## E2E Tests
5252
There are serval ways to run the e2e tests.
5353
Make 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
5757
cd tests/
5858
docker-compose up -d checkmk grafana
@@ -61,14 +61,14 @@ yarn run cypress open
6161
This will show you a nice interactive GUI to run and debug your E2E tests.
6262
See 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
6666
cd tests/
6767
docker-compose up --exit-code-from=cypress
6868
```
6969
This will run all tests without any further interaction necessary.
7070

71-
#### No docker use case
71+
### No docker use case
7272
If you don't want to or can't use docker at all, make sure you have a Grafana and a CheckMK instance running somewhere.
7373
The Plugin you want to test needs to be installed in you Grafana instance.
7474

@@ -94,4 +94,4 @@ yarn run cypress run
9494
```
9595

9696
Please 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.

0 commit comments

Comments
 (0)