Skip to content

Commit

Permalink
Add missing inputs to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrcuns committed Dec 10, 2023
1 parent 13457d2 commit ccc2892
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ By default this action will upload a test report to cloud provider bucket and ad
- `summary`: required: `false`, Additionally add summary table of test results (behaviors/suites/packages/total), default: `total`
- `summaryTableType`: required: `false`, Summary table type (ascii/markdown), default: `markdown`
- `collapseSummary`: required: `false`, Create summary table as a collapsable section, default: `false`
- `reportTitle`: required: `false`, Custom report title, default: `Allure Report`
- `copyLatest`: required: `false`, Keep copy of latest report at base prefix path (static url to latest test execution), default: `false`
- `ignoreMissingResults`: required: `false`, Ignore missing allure results and exit with 0 status code, default: `false`
- `flakyWarningStatus`: required: `false`, Use '!' status emoji when flaky tests are present in report, default: `false`
- `color`: required: `false`, Force color output, default: `true`
- `debug`: required: `false`, Add debug log output, default: `false`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
description: "Ignore missing allure results"
flakyWarningStatus:
required: false
description: "Flaky test warning status"
description: "Use '!' status emoji when flaky tests are present in report"
color:
required: false
description: "Force color output"
Expand Down

0 comments on commit ccc2892

Please sign in to comment.