Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.23 KB

begin_report.md

File metadata and controls

31 lines (25 loc) · 1.23 KB

begin_report

This action adds small header snippets to the testplan artifact. The snippets are used in the finish action to create the slack notification and the report on the action summary page.

Inputs

repository: required, no default
The name of the github repository starting the workflow. Tis is usually '${{ github.server_url }}/${{ github.repository }}'.

job: not required, default: -
URL for the gihub actions job. This is usually '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'

testplan: not required, default: -
URL or file name for the test plan. This is usually '${{ inputs.testplan }}'

title: not required, default: default
Title used for the slack report/Github report. It is recommended to use the same as the title for the slack notification. This is usually ${{ steps.ltp.outputs.finish_slack_title }}.

files: not required, default: |
generated_testplan.yaml
generated_output.txt
generated_env.txt
load_testplan.log
Files to add to the report. By default, we add the files generated by load_testplan for debugging purposes.

debug: not required, default: false
Set to true to generate a debugging script.