speareducation/JS Run Tests
Runs default lint and test commands from package.json and collects output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| output-path | Path or name of directory to store results | yes | .ci-results |
| lint-results-file | Filename for lint results | yes | js-lint-results.txt |
| test-results-file | Filename for test results | yes | js-test-results.txt |
| pr-comment-file | Filename for PR comment | yes | js-pr-comment.md |
| email-file | Filename for email body | yes | js-overview-email.txt |
Outputs
| name | description |
|---|---|
| lint-result | "PASS" if linting check passed, "FAIL" if problems found |
| lint-result-emoji | Emoji code representation of lint result |
| lint-success | Boolean of lint result |
| lint-summary | Text summary of lint results |
| test-result | "PASS" if all tests passed, "FAIL" if problems found |
| test-result-emoji | Emoji code representation of test result |
| test-success | Boolean of test result |
| test-coverage | Test coverage summary |
| test-summary | Text summary of test results |