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:
authorThomas Steur <thomas.steur@gmail.com>2015-02-03 23:30:15 +0300
committerThomas Steur <thomas.steur@gmail.com>2015-02-03 23:30:15 +0300
commit9ad111320fc0e882687670bd393a9b8dd9019ea0 (patch)
treecd07a69f40d70da74b9d966bc5729e4c01c5ff8c /tests/README.screenshots.md
parent5da74635966eafe7e5f22d3b92725951b4a2acea (diff)
move UI config to test folder and allow optionally to define a local config that will not be commited
Diffstat (limited to 'tests/README.screenshots.md')
-rw-r--r--tests/README.screenshots.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/README.screenshots.md b/tests/README.screenshots.md
index f8527cf12e..07ed286537 100644
--- a/tests/README.screenshots.md
+++ b/tests/README.screenshots.md
@@ -64,9 +64,10 @@ Removing this font may be useful if your generated screenshots' fonts do not mat
### Configuring screenshot testing library
-The screenshot testing library's configuration resides in the tests/UI/config.local.js file.
+The screenshot testing library's configuration resides in the `tests/UI/config.dist.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.
+or your dev Piwik install isn't at `http://localhost/` you may need to copy that file to
+`tests/UI/config.js` and edit the contents of this file.
For example if Piwik is setup at `http://localhost/piwik` modify the config.js such as:
```