teamkun/Scenamatica Scenario Test

Test your PaperMC Plugin with declared scenario.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
javaTarget Java version.yes11
minecraftTarget Minecraft version.yes1.16.5
server-dirServer directory.yesserver
java-argumentsExtra Java arguments for the server.
pluginThe path to your plugin jar file.yes
scenamaticaTarget Scenamatica version.yes
fail-thresholdThe number of failed tests that will cause the action to fail. Negative values will cause the action to always pass.yes0
github-tokenGitHub token for writing pull request comments.${{ github.token }}
graphical-summaryWhether to generate a summary of the test results in the form of a graph.yestrue
upload-xml-reportWhether to upload the test results in the form of an XML report.yestrue
report-artifact-nameThe name of the artifact that will be uploaded.yesscenamatica-reports
pull-requestWhether to use the pull request mode for the test. The bot will comment on the pull request with the test results if this is true.yestrue
detailed-report-in-pr-commentWhether to use the detailed report in the pull request comment.yestrue
namedescription
successA boolean value indicating whether the runner successfully processed the tests.
runner-error-typeThe error type (like java exception) reported by the runner.
runner-error-messageThe error message reported by the runner.
testsThe number of tests that were run.
test-passesThe number of tests that passed.
test-failuresThe number of tests that failed.
test-skipsThe number of tests that were skipped.
test-cancelsThe number of tests that were cancelled.