Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/858
Sorry @ottobackwards, you're right the instructions are a little vague.
First, `metron-contrib/metron-docker-e2e/compose` is the directory you should
be in. I should have added that at the beginning. Not all steps require you
be in that directory but steps 4 and 5 do.
So you can't run the tests in the same exact way now because the Alerts UI
host is hardcoded in the e2e tests (add that to our list of things to address).
It is hardcoded to "localhost" which works fine in travis but won't work in
Mac OSX because of networking limitations (Docker has to run in a vagrant
machine). Let me come up with a plan that will allow you to easily run the e2e
tests locally.
---