speareducation/JS Run Tests

Runs default lint and test commands from package.json and collects output

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
output-pathPath or name of directory to store resultsyes.ci-results
lint-results-fileFilename for lint resultsyesjs-lint-results.txt
test-results-fileFilename for test resultsyesjs-test-results.txt
pr-comment-fileFilename for PR commentyesjs-pr-comment.md
email-fileFilename for email bodyyesjs-overview-email.txt
namedescription
lint-result"PASS" if linting check passed, "FAIL" if problems found
lint-result-emojiEmoji code representation of lint result
lint-successBoolean of lint result
lint-summaryText summary of lint results
test-result"PASS" if all tests passed, "FAIL" if problems found
test-result-emojiEmoji code representation of test result
test-successBoolean of test result
test-coverageTest coverage summary
test-summaryText summary of test results