Hello! I'm looking at writing integration tests fo...
# golang
g
Hello! I'm looking at writing integration tests for a component resource. We use bazel, so to set up the test run I have to inject all the tools needed. The way it seems to be done using integration.ProgramTest() that also includes Go itself, which feels a bit awkward. Is it possible to run a precompiled Go program? Am I better off using e.g. the Automation API for testing?