forceedge01 / behat-fail-aid

Get more out of your test suite by getting it to work with you when tests fail. Works with Goutte and MinkExtension (Selenium2Driver)
MIT License
28 stars 6 forks source link

Allow output to be configured by behat.yml #31

Closed forceedge01 closed 4 years ago

forceedge01 commented 4 years ago

Allow output data to be configured by behat.yml such as:

url: false context: false screenshot: false status code: false

And then display on failure accordingly. Default all to true so it behaves exactly like it does now.

forceedge01 commented 4 years ago

Resolved.