diff --git a/.lfsconfig b/.lfsconfig new file mode 100644 index 00000000000..2cf1bce1b17 --- /dev/null +++ b/.lfsconfig @@ -0,0 +1,2 @@ +[lfs] + fetchexclude = * diff --git a/tests/README.screenshots.md b/tests/README.screenshots.md index 2a914c5f642..f020e964bb0 100644 --- a/tests/README.screenshots.md +++ b/tests/README.screenshots.md @@ -45,6 +45,10 @@ _Note: the `tests:sync-ui-screenshots` console command can be used to speed up t ## Running Tests +Before running tests you'll want to pull the screenshots in lfs (the `--exclude=` since by default LFS files are excluded from being fetched in .lfsconfig to keep bandwidth usage down): + + $ git lfs pull --exclude= + You can test the UI by running the following command in the root piwik directory: $ ./console tests:run-ui diff --git a/tests/travis b/tests/travis index e306645ff8f..e43712d5ab8 160000 --- a/tests/travis +++ b/tests/travis @@ -1 +1 @@ -Subproject commit e306645ff8ff8d9e0b966a14df1f50cc9b7ea99d +Subproject commit e43712d5ab88e787ef295d087cff7a17e01b7cf2