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
Tags v1.0.2
No related merge requests found
ahoyapi: v2 ahoyapi: v2
commands: commands:
exec:
cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
test: 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 usage: Run Behat tests on the project
test2xml: 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 usage: Run Behat tests on the project and output in junit format
update: update:
cmd: composer lakedrops:behat "$@" 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