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-15 04:11:31 +0400
committermattab <matthieu.aubry@gmail.com>2013-10-15 04:11:31 +0400
commit07f66e0cbe9247e953e78d9b7f06519ff09385d1 (patch)
tree414132d23e098787d88b1a49fba3242635a38196 /tests/README.md
parent1fd385a514ab9351ceefb58004873e1b8d7b29e7 (diff)
Type hint for Singleton
Enabling All plugins during tests
Diffstat (limited to 'tests/README.md')
-rw-r--r--tests/README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/README.md b/tests/README.md
index 25c26207e0..cc68fd804f 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -154,16 +154,10 @@ You can import data over several days in Piwik:
5. You can then archive the reports with:
- $ php5 /home/piwik/misc/cron/archive.php --url=http://localhost/path/
+ $ php5 /home/piwik/misc/cron/archive.php --url=http://localhost/path/
You should now have some interesting data to test with in November 2012!
-## Selenium Webdriver tests
-
-We would like to add Webdriver selenium testing for the following: installation, auto update from 1.0, initial user login.
-
-Task is tracked in: http://dev.piwik.org/trac/ticket/2935
-
## Scheduled Reports Tests
Piwik scheduled reports (HTML, PDF & SMS) are part of the integration test suite.