ryannutt/GitHub Classroom JUni4 Autograder
GitHub action for automatically grading Java projects with JUnit4
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| test-name | Unique identifier for this test | yes | — |
| setup-command | Command to execute prior to test, typically used for setting up environment. Do not include javac here. | no | "" |
| test-class | Name of the test class, comma separated if multiple | yes | — |
| timeout | Time in minutes to wait for the test to complete | no | 5 |
| max-score | Max points a student can receive for this test | no | 0 |
| lib-path | Path to the JUnit4 jar file, and any other needed jar files | no | lib |
| partial-credit | If true, students will receive partial credit for passing some tests | no | false |
Outputs
| name | description |
|---|---|
| result | Outputs from the test run |