actions-marketplace-validations/Record build and test results action
Launchable action for recording build and test results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 12, 2024
- License
- Apache 2.0
Pinned Snippet
uses: actions-marketplace-validations/launchableinc_record-build-and-test-results-action@83cb9dd8eea49579164c1ad2e3b1a7e0688f8325 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| build_name | The build name. Default GitHub SHA. | no | $GITHUB_SHA |
| max_days | The maximum number of days to collect commits retroactively. Default 30. | no | 30 |
| no_submodules | Stop collecting build information from Git Submodules. Default False. | no | false |
| no_build | Send test session without recording build. Default False. | no | false |
| python_version | Python version >= 3.5 <=3.10. Default 3.10 | no | 3.10 |
| report_path | The test report file path. Default ... | yes | . |
| source_path | Path to a local Git repository/workspace. Default current directory. | no | . |
| test_runner | test runner name | yes | — |
| test_session_name | The test session name for `--session-name` option of record session command. test-session name value This value needs to be globally unique | no | "" |
| flavors | The flavors for `--flavor` option of record session command | no | "" |
| test_suite | Sets a test suite name for seeing and comparing the different test sessions. e.g. e2e-test, integration-test, etc | no | "" |
Outputs
no outputs