shanu-ck/AIO Tests Jira App integration with Github Action
This action will automate the process of updating the test results from Github Actions to Jira AIO Tests
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | AIO API Token is required to interact with AIO Tests | yes | — |
| createNewRun | Creates a new run for each case | no | true |
| addCaseToCycle | If case is not already existing in the cycle, then the case is added to the cycle. False will mark such a case in failures | no | true |
| createCase | If a key or automation key is not found in the tags, then a new case will be created if set to true. | no | true |
| bddForceUpdateCase | If the automation results file has different steps then the mapped case in AIO Tests, then they would be overwritten with the one from the results file if the value is set to true | no | true |
| filePath | File path of the test report | yes | — |
| fileType | File type of the test report | no | json |
| jiraProjectKey | Mention the Jira Project Key | yes | — |
| aioCycleKey | AIO test cycle key | yes | — |
| reportType | Test result type E.g. Cucumber | no | Cucumber |
Outputs
no outputs