You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Stringquestion = "Where are your tests implemented? Absolute path to the directory containing java packages where you implemented tests: ";
122
-
StringhelpMessage = "An absolute path to the directory that contains your tests. " +
123
-
"This path must be on your system and not some online location. " +
124
-
"Be aware that for all tests where you are not the sole author, you have to add a comment that proves that you may publish them under the specified license manually";
Stringquestion = "Do you want to create a pull request to the reachability metadata repository [Y/n]: ";
451
441
StringhelpMessage = "If you want, we can create a pull request for you! " +
452
-
"All you have to do is to provide necessary information for the GitHub CLI, and answer few questions regarding the pull request description.";
442
+
"All you have to do is to provide necessary information for the GitHub CLI, and answer few contributingQuestions regarding the pull request description.";
"question": "What library you want to support? Maven coordinates: ",
5
+
"help": "Maven coordinates consist of three parts in the following format \"groupId:artifactId:version\". For more information visit: https://maven.apache.org/repositories/artifacts.html"
6
+
},
7
+
{
8
+
"question-key": "testsLocation",
9
+
"question": "Where are your tests implemented? Absolute path to the directory containing java packages where you implemented tests: ",
10
+
"help": "An absolute path to the directory that contains your tests. This path must be on your system and not some online location. Be aware that for all tests where you are not the sole author, you have to add a comment that proves that you may publish them under the specified license manually"
11
+
},
12
+
{
13
+
"question-key": "resourcesLocation",
14
+
"question": "Do your tests need any kind of resources? Absolute path to the resources directory required for your tests (type \"-\" if resources are not required): ",
15
+
"help": "An absolute path to the directory that contains resources required for your tests. This path must be on your system and not some online location. "
16
+
},
17
+
{
18
+
"question-key": "docker",
19
+
"question": "Do your tests use docker? Enter the next docker image name (to stop type \"-\"): ",
20
+
"help": "Enter the docker images (press enter after each image name you enter) that you want to use in your tests. Docker image declaration consists of two parts separated with \":\" in the following format: \"imageName:version\". When you finish adding docker images, type \"-\" to terminate the inclusion process"
21
+
},
22
+
{
23
+
"question-key": "allowedPackages",
24
+
"question": "What package you want to include? Enter the next package (to stop type \"-\")",
25
+
"help": "Enter the packages (press enter after each package you entered) that you want to include in your metadata. When you finish adding packages, type \"-\" to terminate the inclusion process"
26
+
},
27
+
{
28
+
"question-key": "additionalDependencies",
29
+
"question": "What additional testImplementation dependencies you want to include? Enter the next dependency (to stop type \"-\")",
30
+
"help": "Enter the testImplementation dependencies (pres enter after each dependency) you want to include use in tests. Provide dependencies in form of Maven coordinates. Maven coordinates consist of three parts in the following format \"groupId:artifactId:version\". For more information visit: https://maven.apache.org/repositories/artifacts.html When you finish adding dependencies, type \"-\" to terminate the inclusion process"
0 commit comments