terraformtesting/Acceptance Tests
Acceptance Tests For `terraform-provider-github`
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| RUN_ALLOWED | Only runs specified tests (space-separated) | no | — |
| RUN_ALL | Forces running all available tests | — | false |
| TF_LOG | TF_LOG environment variable used during test runs | — | "" |
| GITHUB_OWNER | GitHub Owner to run tests as | no | — |
| GITHUB_BASE_URL | GitHub base URL to run tests against | — | https://api.github.com/ |
| GITHUB_ORGANIZATION | GitHub Organization to run tests as | yes | — |
| GITHUB_TEST_USER | GitHub user to run tests as | yes | — |
| GITHUB_TEST_ORGANIZATION | GitHub organization to support testing individual mode | — | terraformtesting |
| GITHUB_TEST_OWNER | GitHub owner to support testing organization mode | — | github-terraform-test-user |
| GITHUB_TEST_USER_NAME | Name of GitHub user to make commits with during test runs | yes | — |
| GITHUB_TEST_USER_TOKEN | Authentication for GitHub user to run tests as | yes | — |
| GITHUB_TEST_USER_EMAIL | E-mail for GitHub user to make commits with during test runs | yes | — |
| GITHUB_TEST_COLLABORATOR | GitHub user whose grants will be managed during test runs | yes | — |
| GITHUB_TEST_COLLABORATOR_TOKEN | Authentication for GitHub user whose grants will be managed during test runs | yes | — |
| GITHUB_TEMPLATE_REPOSITORY | Template Repository used to test creation during test runs | — | terraform-template-module |
| GITHUB_TEMPLATE_REPOSITORY_RELEASE_ID | Template Repository Release ID used during test runs | — | 25117183 |
Outputs
| name | description |
|---|---|
| failed | Failed test cases (space-separated) |