All plugin development and issue management happens within the AOM GitHub repository.
You must enable Piwik's development mode with ./console development:enable
and provide some
additional configuration in config.ini.php
, e.g.:
[database_tests]
host = "127.0.0.1"
username = "root"
password = "root"
dbname = "piwik_test"
tables_prefix = "piwik_"
[tests]
http_host = "local.piwik.de"
request_uri = "/"
Run all tests with ./console tests:run AOM
.
Run unit tests with ./console tests:run AOM unit
. Run integration tests with ./console tests:run
AOM integration
.
Run specific tests with e.g. ./console tests:run AOM --group AOM_AdParamsAndReferrer
.
We hope you find this Piwik plugin useful.
Feel free to get in touch if you have any questions or suggestions.