GitHub user prabhjyotsingh opened a pull request: https://github.com/apache/incubator-zeppelin/pull/654
[WIP] selenium test spark, pyspark and sparkSql ### What is this PR for? Test functionality of spark, pyspark, sparksql ### What type of PR is it? Improvement ### Todos * [x] - Selenium for spark * [x] - Selenium for pyspark * [x] - Selenium for sparksql * [] - refactor with https://github.com/apache/incubator-zeppelin/pull/619 ### Is there a relevant Jira issue? ZEPPELIN-587 ### How should this be tested? On macOS PATH=~/Applications/Firefox.app/Contents/MacOS/:$PATH CI="" \ mvn -Dtest=org.apache.zeppelin.application.TestSparkParagraph -Denforcer.skip=true \ test -pl zeppelin-server You can merge this pull request into a Git repository by running: $ git pull https://github.com/prabhjyotsingh/incubator-zeppelin ZEPPELIN-587 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-zeppelin/pull/654.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #654 ---- commit 022bf6cf6c3a8ae09f57fe42bc50ae303f02cc04 Author: Prabhjyot Singh <prabhjyotsi...@gmail.com> Date: 2016-01-18T15:03:09Z selenium test spark, pyspark and sparkSql ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---