I have a very special requirement in integration testing in go. In the past few days I have read through many blogs but I am unable to get the solution for this problem. Please share me if you have done anything below.
Infra details:
- Having Go project up and running
- Having my automation framework written in JAVA
My Exact requirement is:
- I have to instrument the Go code and make the go code running
- Execute my java automation code
- Stop the Go code / get the code coverage report from Go
Thanks in advance!!