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:
authorMatthieu Napoli <matthieu@mnapoli.fr>2015-05-22 11:48:51 +0300
committersgiehl <stefan@piwik.org>2016-08-31 19:49:43 +0300
commit395c40bd50ef19ae782c42952a07ec19d4c9b892 (patch)
treea197a496bec74a7b43030cd29ca8a99ed37ee1bc /tests/README.screenshots.md
parent025de644df80ec257c7cdea57b2442e78aa1a78a (diff)
ref #7726 Enable git-lfs for UI screenshots
Diffstat (limited to 'tests/README.screenshots.md')
-rw-r--r--tests/README.screenshots.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/README.screenshots.md b/tests/README.screenshots.md
index 68e8b22c6a..13c0fff01c 100644
--- a/tests/README.screenshots.md
+++ b/tests/README.screenshots.md
@@ -33,12 +33,12 @@ To fix a broken build, follow these steps:
* If a change is not wanted, revert or fix your commit.
* If a change is correct, then you can set the new screenshot as the expected screenshot.
To do so, in the diffviewer.html page click on the "Processed" link for this screenshot.
- Then "Save this file as" and save it in the piwik/tests/UI/expected-ui-screenshots/ directory.
+ Then "Save this file as" and save it in the piwik/tests/UI/expected-screenshots/ directory.
(If the screenshot test is for a plugin and not Piwik Core, the expected screenshot should be added to the
- plugin's expected screenshot directory. For example: piwik/plugins/DBStats/tests/UI/expected-ui-screenshots.)
+ plugin's expected screenshot directory. For example: piwik/plugins/DBStats/tests/UI/expected-screenshots.)
_Note: When determining whether a screenshot is correct, the data displayed is not important. Report data correctness is verified through System and other PHP tests. The UI tests should only test UI behavior._
- * Push the changes (to your code and/or to the expected-ui-screenshots directory.
+ * Push the changes (to your code and/or to the expected-screenshots directory).
* Wait for next Test build [on travis](https://travis-ci.org/piwik/piwik). Hopefully, the build should be green!
_Note: the `tests:sync-ui-screenshots` console command can be used to speed up the process. Run `./console tests:sync-ui-screenshots -h` to learn more._