acquia / blt-behat

Acquia BLT plugin providing integration with Behat
GNU General Public License v2.0
0 stars 16 forks source link

Running Behat with tags #32

Open brockfanning opened 1 year ago

brockfanning commented 1 year ago

Hi all, is it possible to use this plugin to run a specific Behat tag? I was hoping to be able to do something like this:

blt tests:behat --tags="@foo"

But I get this error: The "--tags" option does not exist.

Thank you for any tips!

pavlosdan commented 1 year ago

you can do blt tests:behat:run -D behat.tags='@foo'