The purpose of this docs is to describe KICS' tests
There are several ways to execute the E2E tests.
This command will execute all go tests:
make test-race-cover
This will run a shorter test suite without the queries tests.
make test-short
If you want to generate a HTML coverage report:
make test-coverage-report