dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 116 forks source link

Fixing Screenshot path allowing custom output path #68

Closed artberri closed 8 years ago

artberri commented 8 years ago

The screenshot feature has the /results/html/ path hardcoded, due to that, the feature can not be used if you set a custom output_path. This PR fixes it and uses the output path instead.

Let me know any issue with or if want me to change something.

It will be great if you bump a new version also to avoid using dev-master in composer (0.1.0 version is too old).

Kind regards.