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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-04 20:00:59 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-04 20:00:59 +0400
commitbb5e2b37ae5f04f78ec3eae636d70e38bb34f89f (patch)
tree85e833e390676ee511313b826c4112e25ae528af /tests/README.screenshots.md
parent64071b3ba603256b3e6665d3791496a14d528212 (diff)
Refs #4739, remove old capture.js file, add section about screenshot testing config to README and remove unused constant from Config.php.
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: