brightspace/Test Reporting
Report testing data from directly in your GitHub Action runs
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| aws-access-key-id | Specifies an AWS access key associated with an IAM account | yes | — |
| aws-secret-access-key | Specifies the secret key associated with the access key. This is essentially the "password" for the access key | yes | — |
| aws-session-token | Specifies the session token value that is required if you are using temporary security credentials that you retrieved directly from AWS STS operations | yes | — |
| role-to-assume | The Amazon Resource Name (ARN) of the role to assume. Use the provided credentials to assume an IAM role and configure the Actions environment with the assumed role credentials rather than with the provided credentials | — | arn:aws:iam::427469055187:role/github+${{github.repository_owner == 'BrightspaceHypermediaComponents' && 'BHC' || github.repository_owner}}+${{github.event.repository.name}} |
| report-path | Path to the D2L format test report JSON file for processing | yes | ./d2l-test-report.json |
| lms-build-number | LMS build number used in the generation of this report | no | — |
| lms-instance-url | LMS instance URL used in the generation of this report | no | — |
| inject-github-context | Change mode for injection of GitHub Actions context at report submission time | yes | auto |
| post-summary | Post information about data submitted to GitHub summary | no | true |
| dry-run | Run action in dry run mode. Will perform all operations except final submission of report data to backend | yes | false |
| debug | Enable or disable debug mode. Will enable additional log messages. Does not stop final submission of report data to backend | yes | false |
Outputs
no outputs