I am trying to run TestProject inside of Github actions. I need to install the agent inside of the Linux VM, but cannot find a way to download TestProjectAgent_x64.sh inside of it. Is there a link that I can use?
Hello @quadmx08
You can use Docker for CI tools like Github actions.
Here is an example https://github.com/testproject-io/java-sdk/blob/master/.github/workflows/build.yml
Thank you so much for the quick reply!!
I already have a TP_DEV_TOKEN, where do I get a TP_API_KEY?
This was great help. Thank you so much for helping me get started.
I now have another issue. It was running just fine for a day or so then stopped. I keep getting Agent failed to register. Terminating...
I did start by raising the max_attempts to 100.