BehatHtmlFormatterPlugin icon indicating copy to clipboard operation
BehatHtmlFormatterPlugin copied to clipboard

This is a behat plugin to generate HTML reports

Results 43 BehatHtmlFormatterPlugin issues
Sort by recently updated
recently updated
newest added

Getting following error ``` In ExtensionManager.php line 194: `emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension` extension file or class could not be located. ``` Following is my behat.yml ``` default: suites: default: contexts: - FeatureContext -...

Currently, this plugin is restricted to `"twig/twig":"~1.5|~2.0"`. Would be great to have support for ~3.0 as well. I tested by making a fork and running it on my project, and...

The output directory can be set on the command line with `--out /tmp/my-report-directory`. However, the file name is either automatic or set in `config.yml`: ``` extensions: emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension: name: html renderer:...

Hi and thanks for this great plugin. Any chance you could make a new (possibly beta) release in the near future ? The last release (v0.1.0) was published 3 years...

1. When outline scenarios are executed, the ScenarioTested::BEFORE and ScenarioTested::AFTER are not triggered. So I added ExampleTested::BEFORE and ExampleTested::AFTER in the event list. 2. Removed the codes in onAfterOutlineTested as...

How can i disable this plugin?

Hi, The readme specify a minimum PHP version of 5.3.x but I get the following error when using PHP 5.3.10: `Parse error: syntax error, unexpected '[' in /vagrant/sites/vendor/emuse/behat-html-formatter/src/Renderer/BaseRenderer.php on line...

The README says this: ``` In order to embed a screenshot, you will need to take a screenshot using your favourite webdriver and store it in the following filepath format:...