mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-16 00:09:34 +01:00
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
17 lines
424 B
JSON
17 lines
424 B
JSON
[
|
|
{
|
|
"name": "javaSpringApp",
|
|
"question": "@workspace /setupTests junit",
|
|
"expectations": {
|
|
"filePatterns": ["^src/test/java/com/example/.*Test.*\\.java$"],
|
|
"installCommandPattern": "<groupId>.*junit",
|
|
"runCommandPattern": "mvn test"
|
|
},
|
|
"files": [
|
|
"src/main/java/com/example/Application.java",
|
|
"pom.xml",
|
|
"src/test/java/com/example/ApplicationTests.java"
|
|
]
|
|
}
|
|
]
|