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
echo"- FAILED Installing modules for JS environment"
105
108
exit$?
@@ -108,13 +111,13 @@ echo "- SUCCESSFUL"
108
111
109
112
#### JAVA MAVEN
110
113
echo"RUNNING CLI Script integration test for Stack Analysis report in Html for Java Maven"
111
-
match "langs/java/expected_stack_html""node cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js stack langs/java/pom.xml --html"
114
+
match "scenarios/java/expected_stack_html""node testers/cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js stack scenarios/java/pom.xml --html"
112
115
113
116
echo"RUNNING CLI Script integration test for Stack Analysis full report in Json for Java Maven"
114
-
match "langs/java/expected_stack_json""node cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js stack langs/java/pom.xml"
117
+
match "scenarios/java/expected_stack_json""node testers/cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js stack scenarios/java/pom.xml"
115
118
116
119
echo"RUNNING CLI Script integration test for Stack Analysis summary only report in Json for Java Maven"
117
-
match "langs/java/expected_stack_json_summary""node cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js stack langs/java/pom.xml --summary"
120
+
match "scenarios/java/expected_stack_json_summary""node testers/cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js stack scenarios/java/pom.xml --summary"
118
121
119
122
echo"RUNNING CLI Script integration test for Component Analysis report for Java Maven"
120
-
match "langs/java/expected_component""node cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js component pom.xml '$(<langs/java/pom.xml)'"
123
+
match "scenarios/java/expected_component""node testers/cli/node_modules/@RHEcosystemAppEng/crda-javascript-api/dist/src/cli.js component pom.xml '$(<scenarios/java/pom.xml)'"
0 commit comments