Add test-browser to Make
This allows you to run selenium acceptance tests with `make test-browser`
This commit is contained in:
3
Makefile
3
Makefile
@@ -57,6 +57,9 @@ test-postgres:
|
|||||||
|
|
||||||
unittest: test-sqlite test-mysql test-postgres
|
unittest: test-sqlite test-mysql test-postgres
|
||||||
|
|
||||||
|
test-browser:
|
||||||
|
@ phpunit -c tests/acceptance.xml
|
||||||
|
|
||||||
sql:
|
sql:
|
||||||
@ pg_dump --schema-only --no-owner --no-privileges --quote-all-identifiers -n public --file app/Schema/Sql/postgres.sql kanboard
|
@ 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
|
@ pg_dump -d kanboard --column-inserts --data-only --table settings >> app/Schema/Sql/postgres.sql
|
||||||
|
|||||||
Reference in New Issue
Block a user