element-hq/Upload to Kiwi
Upload test results to kiwi tcms instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-pattern | junit xml files to upload. bash-compatible globbing only.eg (./output/results/junit*.xml) | yes | — |
| summary-template | Template to change testsuite/testcases into summary for new test cases. Use $suitename, $name, $classname to refer to features of the junit xml. | no | $name |
| product | Product Name (eg 'Element Web'). Should match products in kiwi. | yes | — |
| product-version | Product Version (eg 'develop', 'main'). Should not be high cardinality | yes | — |
| build-id | Identifier for build, eg ( github.sha, or tag '1.42-rc1', '1.41' ) | yes | — |
| suite-name | Test plan name (eg 'cypress end to end') | yes | — |
| verbose | Verbose logging from various tools | — | false |
| kiwi-username | (Secret) Kiwi Username for access | yes | — |
| kiwi-password | (Secret) Kiwi Password for access | yes | — |
| kiwi-url | Kiwi API endpoint | no | https://element.tenant.kiwitcms.org/xml-rpc/ |
Outputs
no outputs