run_maven_tests
Executes Maven tests in a project directory, optionally with a specific test class and extra args, when enabled by environment variable.
Instructions
Run Maven tests when SPRING_TOOLKIT_ENABLE_TEST_RUNS=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project directory. | |
| test | No | Optional -Dtest value. | |
| extra_args | No |