From 2f81002b77e3e50322c9c592f9ee8262a79a98b5 Mon Sep 17 00:00:00 2001 From: Eric Weikl Date: Fri, 28 Apr 2017 09:52:25 +0200 Subject: [PATCH] Don't install PhantomJS using apt-get The tests won't pass, at least under Ubuntu 16.04.2 LTS --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9402d40c9f..e796c8adb4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -23,7 +23,7 @@ If you want to contribute code or documentation please follow the following work * JDK 8 (`JAVA_HOME` and `PATH` should be set accordingly) - Note that JGiven is built and compatible with Java 1.6, however, because of some test libraries, Java 8 is required for executing the tests in the `jgiven-tests` project * Gradle (is automatically downloaded by the `gradlew` script) -* PhantomJS (required for the Selenium tests of the HTML5 report, can be installed under Ubuntu, for example, with `sudo apt-get install phantomjs` or with `npm install -g phantomjs-prebuilt`) +* PhantomJS (required for the Selenium tests of the HTML5 report, can be installed, for example, with `npm install -g phantomjs-prebuilt`) ## Building and Testing JGiven