tiborm commented on a change in pull request #1349: METRON-2023 [UI] Covering 
Grok Parser Creation with Cypress tests
URL: https://github.com/apache/metron/pull/1349#discussion_r262142320
 
 

 ##########
 File path: metron-interface/metron-config/scripts/start-server-for-e2e.sh
 ##########
 @@ -14,10 +15,5 @@
 #  See the License for the specific language governing permissions and
 #  limitations under the License.
 #
-port: 4201
-
-rest:
-  host: localhost
-  port: 8080
-
-dirPath: alerts-ui
\ No newline at end of file
+SCRIPTS_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
+$SCRIPTS_ROOT/../node_modules/@angular/cli/bin/ng serve --proxy-config 
proxy.conf.json --aot $@
 
 Review comment:
   This change was also recognized as a rename by git. It's actually the 
removal of an unused yml config file and the addition of the same shell script 
we use in Alert UI to run a local test server.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to