dennislee928/Serverless E2E Tester (Robot Framework) by Dennis
Run Robot Framework tests against your API endpoints with zero setup. Perfect for Cloudflare Workers and serverless deployments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test_dir | Directory containing .robot test files | yes | — |
| target_url | Base URL of the deployed API (e.g., Cloudflare Worker URL) | yes | — |
| report_dir | Directory where test reports will be saved | no | reports |
| include_tags | Comma-separated list of test tags to include (e.g., smoke,regression) | no | — |
| exclude_tags | Comma-separated list of test tags to exclude | no | — |
| variable_file | Path to Robot Framework variable file, or comma-separated paths for multiple files | no | — |
| processes | Number of parallel processes for test execution (default: 1, sequential) | no | 1 |
| timeout | Test timeout in Robot Framework format (e.g., "5 minutes", "30 seconds") | no | — |
| log_level | Log level (TRACE, DEBUG, INFO, WARN, ERROR, NONE) | no | INFO |
| artifact_name | Name for the uploaded artifact containing test reports | no | robot-framework-reports |
| artifact_retention_days | Number of days to retain the artifact | no | 7 |
Outputs
| name | description |
|---|---|
| exit_code | Exit code from Robot Framework execution (0 = success, non-zero = failure) |
| report_path | Path to the generated test report directory |