Skip to content

launchableinc/record-test-results-to-build-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Launchable record test results to build action

Usage

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.

Example

Refer to go-test example for example use of the action.

Inputs

Required

build_name

Build name that you can give to the current software. Default is the Git SHA revealed by GitHub Actions.

test_runner

The name of your test runner. Our supported test runners are here.

report_path

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.

Optional

python_version

Python version for the Launchable CLI to use. Default is 3.10. Change this if your workflow requires a specific Python version.

License

The Launchable record test results to build action is licensed under Apache license.