From e20527fbc20df5c2bd1c0c5a0ecbdf0404c8d4e8 Mon Sep 17 00:00:00 2001 From: Lev Lazinskiy Date: Wed, 8 Jun 2016 18:41:34 -0700 Subject: Add test-browser to Make This allows you to run selenium acceptance tests with `make test-browser` --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c789e15d..6ffba241 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,9 @@ test-postgres: unittest: test-sqlite test-mysql test-postgres +test-browser: + @ phpunit -c tests/acceptance.xml + sql: @ pg_dump --schema-only --no-owner --no-privileges --quote-all-identifiers -n public --file app/Schema/Sql/postgres.sql kanboard @ pg_dump -d kanboard --column-inserts --data-only --table settings >> app/Schema/Sql/postgres.sql -- cgit v1.2.3