Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/1004
@sardell This is great to see - we may get our e2e tests running reliably
as part of our build yet! In your intro notes, you mention doing an npm install
to get the protractor-flake package installed. I believe we have Maven commands
that handle installing these packages during the e2e test build. I think it's
fine to sort out how we'll run the e2e tests in context of the full Metron
build in a follow-on PR, but for this PR I think we should get that manual step
to work consistently with how we install the other packages.
Small tip on Jira and PR titles - the community is likely not going to care
or know about private QE environments (regardless of them being appreciative of
those external efforts :) ). It's probably better to describe this Jira/PR as
getting it stable to run as part of a daily Travis build, or something along
those lines.
---