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:
Diffstat (limited to 'tests/README.screenshots.md')
-rw-r--r--tests/README.screenshots.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/README.screenshots.md b/tests/README.screenshots.md
index af1c451d1d..1748f60244 100644
--- a/tests/README.screenshots.md
+++ b/tests/README.screenshots.md
@@ -62,6 +62,10 @@ Removing this font may be useful if your generated screenshots' fonts do not mat
$ sudo apt-get remove ttf-bitstream-vera
+### Configuring screenshot testing library
+
+The screenshot testing library's configuration resides in the tests/lib/screenshot-testing/config.js file. If your development environment's PHP executable isn't named 'php' or your dev Piwik install isn't at http://localhost/, you may need to edit the contents of this file.
+
## Running Tests
You can test the UI by running the following command in the root piwik directory: