BehatHtmlFormatterPlugin
BehatHtmlFormatterPlugin copied to clipboard
This is a behat plugin to generate HTML reports
I was able to get this really great project here running. But I do not really need it on a hard drive. I want to embed the genereated stuff into...
When using Tables (TableNode) in a test the values are not displayed in the reports. Example ``` Scenario: There should be 6 services and each streams value should be integers...
See this issue: https://gitlab.com/DMore/chrome-mink-driver/issues/36 With config like: ``` formatters: html: output_path: %paths.base%/tests/coverage extensions: DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~ Behat\MinkExtension: browser_name: chrome emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension: name: html # don't generate Behat2 renderer: Twig file_name: index print_args:...
Remake
Hello all, I am looking to remake the entire html generator. Is there anyone wanting to participate ?
When I update my composer (dev-master) and run my test, I got this error: `[Neos\Flow\Error\Exception] Notice: Undefined variable: strScePending in /var/www/Packages/Libraries/emuse/behat-html -formatter/src/Renderer/Behat2Renderer.php line 119 ` The variable `$strScePending` was remain...
In throwing an exception within my Behat Step definition, I correctly fail a given behat test. However, before the command returns, I get the following: ` Recoverable fatal error: Argument...
Hello, In your css, could you change the url of google fonts to be agnostic: Change http://fonts.google... to //fonts.google... Cf. http://stackoverflow.com/questions/18026809/google-web-fonts-on-https-pages-on-chrome Thank you.
I followed the list of steps to install html formatter from https://github.com/dutchiexl/BehatHtmlFormatterPlugin in docker machine. But I got the error "emuse\BehatHTMLFormatter\BehatHTMLFormatterExtension` extension file or cl ass could not be located"....
Hi! I have question about getting scenario name in report Step by step explenation my case 1. I set scenario title in my FeatureContext public function setUpTestEnvironment($scope) { $this->currentScenarioTitle =...