Skip to content

Commit 44679e0

Browse files
chore: Improve readability
1 parent 8bb72f5 commit 44679e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,12 @@ Now, when you make changes to the code, the operator binary will be built locall
131131

132132
#### Testing
133133

134+
##### Unit testing
134135
In order to run unit tests run:
135136
```sh
136137
make test
137138
```
139+
##### Integration and test-e2e testing
138140
In order to run integration and test-e2e tests run:
139141

140142
```sh
@@ -149,6 +151,7 @@ Both installing the `newrelic-infra-operator` chart or spinning up the environme
149151
It is also possible to run such tests against any cluster you have access to by setting the environment variable
150152
`TEST_KUBECONFIG=/your/kube/config/path`.
151153

154+
##### E2E testing
152155
In order to run E2E tests, read the [E2E README](./e2e/README.md) for more details regarding running E2E tests.
153156

154157
## Support

0 commit comments

Comments
 (0)