oblakstudio/Test DDEV addon
Runs a test suite for a DDEV addon
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | Allows ddev get to use a github token to prevent rate limiting by tests In almost any forseeable case you can use secrets.GITHUB_TOKEN here | no | — |
| debug_enabled | Debug the test suite by opening a tmate session | no | no |
| ddev_version | DDEV version to test against Can be "edge", "HEAD" or "stable" | no | stable |
| test_type | Test type to run. We recommend tagging your bats tests with "local" and "release" Local tests will get the version of the addon in the branch / commit you are testing Release tests will get the version of the addon from the github using latest release | no | "" |
Outputs
no outputs