xotabu4/send-to-allure-server-action
Greet someone and record the time
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| allure-server-url | **Required** Full url of your deployed allure-server | yes | World |
| path | Use this option to group test reports. All reports with same `path` will have common allure history. Also it used as url path to access latest report. You can specify branch name here, or project name. Default - your repo name | no | DEFAULT_PATH |
| username | If your allure-server has basic auth enabled, specify username here | no | — |
| password | If your allure-server has basic auth enabled, specify password here | no | — |
| allure-results | Path to your allure-results folder. This folder will be sent to server. Default - `./allure-results` | no | ./allure-results |
Outputs
| name | description |
|---|---|
| report-url | URL of generated Allure report. |