testomatio/AutoCheck JavaScript tests by Testomatio
Check new or removed tests on each pull requests. List all tests before running them
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| framework | Test framework to be used. Supported: mocha, codeceptjs | yes | — |
| tests | Glob pattern to match tests in a project, example: tests/**_test.js | yes | — |
| token | GitHub token to post comment with summary to current pull request | no | — |
| has-tests-label | Add 'has tests' label to PR when it contains new tests | no | — |
| no-tests-label | Add 'no tests' label to PR when it doesn't contain new tests | no | — |
| comment-on-empty | Post a comment to PR when no tests added. Can be either boolean (for neutral message) or a custom message within a comment | no | — |
| close-on-empty | Close PR when no tests added. Use with comment-on-empty to clarify this action | no | — |
| comment-on-skipped | Post a comment to PR when tests were skipped. Can be either boolean (for neutral message) or a custom message within a comment | no | — |
| close-on-skipped | Close PR when no tests added. Use with comment-on-skipped to clarify this action | no | — |
| enable-documentation | If set true test document will be created in wiki | no | — |
| wiki-doc-name | Name of the wiki document. By default it will use "Test Document" | no | — |
| github-pat | Github Private access token to create document in wiki | no | — |
| documentation-branch | Branch to create document on push uses default branch if empty | no | — |
Outputs
no outputs