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

Bug fix with missing argument

parent 7d2143f1
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,9 @@ ahoyapi: v2
commands:
exec:
cmd: docker-compose exec ${LAKEDROPS_DEV_DC_OPTIONS} --user root php ./vendor/bin/behat --config tests/behat/behat.yml "$@"
hide: true
test:
cmd: ahoy behat "$@"
cmd: ahoy behat exec "$@"
usage: Run Behat tests on the project
test2xml:
cmd: ahoy behat --format junit --out tests/output "$@"
......
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