dutchiexl / BehatHtmlFormatterPlugin

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

Load custom templates now working (via #37) #114

Closed PurHur closed 9 months ago

PurHur commented 5 years ago

This is the merged and fixed pull request #37. (#32)

To load a custom twig template you can define the path and the file via your behat configuration:

      render_options:
        twig_template_name: report.twig
        twig_template_path: templates/
donkidd commented 5 years ago

Should we start building & using tests in the classes?

donkidd commented 5 years ago

Can you add some documentation to the README.md file about this new template feature?

PurHur commented 5 years ago

We should And im gonna rework the readme

PurHur commented 9 months ago

I will reimplement this feature in the next time with a fresh and clean PR