support-testingwhiz/autotest-github-action
GitHub Actions CI-CD pipeline integration with Testingwhiz
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server-url | URL of the TestingWhiz server in the format http://host:port/. | yes | — |
| base-url | TestingWhiz BASEURL (http://www... or https://www...) | no | — |
| target-type | Target script source: filePath or folderPath | no | filePath |
| file-path | Path of the TestingWhiz automation script file | no | — |
| folder-path | Path of the TestingWhiz automation script Folder | no | — |
| test-case | Testcase name to run | no | — |
| autohealing-enabled | Enable auto-healing | no | false |
| report-file-path | Path to save the TestingWhiz Report | yes | — |
| report-prefix | Prefix for report file name | no | — |
| report-frequency | Trigger report generation at % completion | no | 10 |
| zip-report-format | Convert report to ZIP | no | false |
| pdf-report-format | Convert report to PDF | no | false |
| browser | Browser to run test (for self-hosted agent) | no | Google Chrome |
| step-execution-interval | Interval between test steps (ms) | no | — |
| report-interval | Time interval to prepare report file (ms) | yes | — |
| pass-fail-per | Approved passing percentage | no | 0 |
| capture-failure-screenshot | Capture screenshot on failed step | no | false |
| capture-condition-failure-screenshot | Capture screenshot when condition fails | no | false |
| mail-report | Send report via email | no | false |
| report-format | Format to send in mail (Zip or Pdf) | no | Zip |
| rbt-priority-high | Execute High priority test cases | no | false |
| rbt-priority-medium | Execute Medium priority test cases | no | false |
| rbt-priority-low | Execute Low priority test cases | no | false |
| label-base-executions | Enable label-based test execution | no | false |
| txt-label-executions | Comma-separated label executions | no | — |
| to-address | Comma-separated TO email addresses | no | — |
| cc-address | Comma-separated CC email addresses | no | — |
| bcc-address | Comma-separated BCC email addresses | no | — |
| form-address | Comma-separated FROM email addresses | no | — |
| mail-subject | Email subject | no | — |
| mail-body | Email body | no | — |
| attachment | Attachment absolute path | no | — |
| smtp-server | SMTP server | no | — |
| smtp-port | SMTP port | no | — |
| smtp-username | SMTP username | no | — |
| smtp-password | SMTP password | no | — |
Outputs
no outputs