acquia / blt-behat

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

junit report not generated #5

Open djvern opened 3 years ago

djvern commented 3 years ago

The report xml is not generated due to the format option not being specified in the behat test command, and I don't think I can append options directly to blt behat commands? Adding the following to BehatTestCommand.php makes it work: ->option('format', 'junit'). Can you add or should I create a pull request?