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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
test_dirDirectory containing .robot test filesyes
target_urlBase URL of the deployed API (e.g., Cloudflare Worker URL)yes
report_dirDirectory where test reports will be savednoreports
include_tagsComma-separated list of test tags to include (e.g., smoke,regression)no
exclude_tagsComma-separated list of test tags to excludeno
variable_filePath to Robot Framework variable file, or comma-separated paths for multiple filesno
processesNumber of parallel processes for test execution (default: 1, sequential)no1
timeoutTest timeout in Robot Framework format (e.g., "5 minutes", "30 seconds")no
log_levelLog level (TRACE, DEBUG, INFO, WARN, ERROR, NONE)noINFO
artifact_nameName for the uploaded artifact containing test reportsnorobot-framework-reports
artifact_retention_daysNumber of days to retain the artifactno7
namedescription
exit_codeExit code from Robot Framework execution (0 = success, non-zero = failure)
report_pathPath to the generated test report directory