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

Bug fix with missing argument

parent f068c00a
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ commands:
cmd: ahoy behat exec "$@"
usage: Run Behat tests on the project
test2xml:
cmd: ahoy behat --format junit --out tests/output "$@"
cmd: ahoy behat exec -- --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