By default, we suggest using the record build and test results action.
However if your code repository/repositories is/are not available in the step where you run tests, you can split up the two steps (record build and record tests).
Use the Launchable record build action to record a build, then use this action to record tests against the build.
Refer to go-test example for example use of the action.
Build name that you can give to the current software. Default is the Git SHA revealed by GitHub Actions.
The name of your test runner. Our supported test runners are here.
Path to the test report(s) generated by your test runner. Refer to here for examples.
Note: Depending on your test runner, you might need to modify your test runner command to ensure it creates test reports that Launchable accepts per this doc.
Python version for the Launchable CLI to use. Default is 3.10
. Change this if your workflow requires a specific Python version.
The Launchable record test results to build action is licensed under Apache license.