Skip to content
Snippets Groups Projects
Commit 7d2143f1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Use docker-compose command line options from env variable

parent bc984f08
No related branches found
No related tags found
No related merge requests found
ahoyapi: v2
commands:
exec:
cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
test:
cmd: docker-compose exec -T --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
cmd: ahoy behat "$@"
usage: Run Behat tests on the project
test2xml:
cmd: docker-compose exec -T --user root php ./vendor/bin/behat --config tests/behat/behat.yml --format junit --out tests/output "$@"
cmd: ahoy behat --format junit --out tests/output "$@"
usage: Run Behat tests on the project and output in junit format
update:
cmd: composer lakedrops:behat "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment