BehatHtmlFormatterPlugin icon indicating copy to clipboard operation
BehatHtmlFormatterPlugin copied to clipboard

Load custom templates now working (via #37)

Open PurHur opened this issue 6 years ago • 3 comments

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/

PurHur avatar Jul 14 '19 06:07 PurHur

Should we start building & using tests in the classes?

donkidd avatar Jul 14 '19 19:07 donkidd

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

donkidd avatar Jul 14 '19 20:07 donkidd

We should And im gonna rework the readme

PurHur avatar Jul 14 '19 20:07 PurHur

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

PurHur avatar Dec 12 '23 14:12 PurHur