-
Sub-task
-
Resolution: Done
-
Major
-
Kiali Sprint #23, Kiali Sprint #26
- add main go test file which will basically just call main() function to start kiali
- compile kiali in "code coverage ready" way: go test -c -covermode=count -coverpkg ./...
- use this binary to create kiali docker image
- start this docker image with following params: -systemTest
-test.coverprofile /opt/kiali/console/coverage.cov - run tests
- kill kiali in a graceful way (after this step the coverage report should be generated)
- get report from docker container