Hi, Does anybody have a good way to run Selenium tests from command line? There isn't much documentation about it, and I can't get it to run anymore.
I tried both: *TEST_SELENIUM="true" mvn package -DfailIfNoTests=false -pl 'zeppelin-interpreter,zeppelin-zengine,zeppelin-server' -Dtest=ParagraphActionsIT* (Next to running Zeppelin) and *PATH=~/Applications/Firefox.app/Contents/MacOS/:$PATH CI="true" mvn verify -Pspark-1.6 -Phadoop-2.3 -Ppyspark -B -pl "zeppelin-interpreter,zeppelin-zengine,zeppelin-server,zeppelin-display,spark-dependencies,spark" -Dtest="org.apache.zeppelin.AbstractFunctionalSuite" -DfailIfNoTests=false* (Just like CI) But no luck. When trying to fix tests, it can take a lot of trials, and making a commit and waiting for CI isn't an option.
