Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2013-10-24 06:50:59 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-24 06:50:59 +0400
commitfdb2cbaa5420d292b9ce6fff37ae1607770c9794 (patch)
tree8aeac0d7778e584d66190da747c6077f1327b9ed /tests/README.md
parent06db4aefab4bce9f0a8f16948a21d082dd1b5e6f (diff)
Documenting required imagick lib for screenshot comparison generate refs #4087
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/README.md b/tests/README.md
index cc68fd804f..fc37df738f 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -208,9 +208,12 @@ installed on your machine. You can download phantomjs [here](http://phantomjs.or
phantomjs is headless, so even if you're on a server without the X window system, you can still run the
UI tests.
-To generate screenshots identical to those generated by Travis, installing fonts may be useful. On Ubuntu:
+To generate screenshots identical to those generated by Travis, installing fonts may be useful.
+Also you need to install Imagick compare to generate the "difference" screenshots which will show which pixels have changed.
- $ sudo apt-get install ttf-mscorefonts-installer
+On Ubuntu:
+
+ $ sudo apt-get install ttf-mscorefonts-installer imagemagick imagemagick-doc
In one case, removing this font was necessary to get tests to pass: