Skip to content
master
Switch branches/tags
Code

Latest commit

### What is this PR for?

Replaces the usage of PhantomJS for the JavaScript tests with headless Firefox.
PhantomJS is not maintained since few years.
Using a real browser will make the tests more close to the real usage.

### What type of PR is it?

Improvement

### What is the Jira issue?
* Jira https://issues.apache.org/jira/browse/ZEPPELIN-5542

### How should this be tested?
* `mvn test -Pweb-e2e` should pass for `zeppenlin-web` module

### Questions:
* Does the licenses files need update? - NO
* Is there breaking changes for older versions? - NO
* Does this needs documentation? - NO

Author: Martin Tzvetanov Grigorov <mgrigorov@apache.org>

Closes #4237 from martin-g/zeppelin-5542-use-headless-firefox-for-e2e-tests and squashes the following commits:

554c9f2 [Martin Tzvetanov Grigorov] ZEPPELIN-5542 Use headless Firefox instead of PhantomJS
e29fc93

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Mar 15, 2021

Apache Zeppelin

Documentation: User Guide
Mailing Lists: User and Dev mailing list
Continuous Integration: core frontend rat
Contributing: Contribution Guide
Issue Tracker: Jira
License: Apache 2.0

Zeppelin, a web-based notebook that enables interactive data analytics. You can make beautiful data-driven, interactive and collaborative documents with SQL, Scala and more.

Core features:

  • Web based notebook style editor.
  • Built-in Apache Spark support

To know more about Zeppelin, visit our web site https://zeppelin.apache.org

Getting Started

Install binary package

Please go to install to install Apache Zeppelin from binary package.

Build from source

Please check Build from source to build Zeppelin from source.