vendredi 22 septembre 2017

Export Selenium Test Result PhpStorm

Is there any possibility to automate the test result export from PhpStorm? I already export my test results with coverage-html from phpunit, as you can see here. But this export doesn't include any stack trace informations. I want to write the export informations in my phpunit.xml.

 <logging>
        <log type="coverage-html" target="C:/selenium/results/"/>
 </logging>

I hope there is anybody who know a solution for my problem!

Aucun commentaire:

Enregistrer un commentaire