在浏览器中查看Behat测试的结果,如Jasmine

在浏览器中查看Behat测试的结果,如Jasmine

问题描述:

So Jasmine has a page that runs the js tests and shows the results.

enter image description here

Is there anything similar for Behat, that runs the tests and shows the results.

Basically I want a non tech to be able to visit a page to see if the project is hitting the requirements.

所以Jasmine有一个运行js测试并显示结果的页面。 p>

p>

Behat是否有类似的内容,它运行测试并显示结果。 p>

基本上我希望非技术人员能够访问页面以查看项目是否符合要求。 p> div>

Behat 2.x has an html formatter. You can use it to generate an html page and publish it somewhere, so others could see the results.

Behat 3 doesn't have a built in html formatter just yet (see https://github.com/Behat/Behat/issues/359). However, there's a third party extension - emuse/behat-html-formatter. It not only allows you to generate the classic Behat 2 style report, but has an additional one.

Twig report

Classic report