mardi 8 décembre 2015

How to generate Junit output report using Behave Python

I'm using Behave on Python to test a web application. My test suite run properly, but I'm not able to generate junit report.

Here is my behave.ini file :

    [behave]
junit=true
format=pretty

I only run behave using this command :behave

After run, the test result is print in the console, but no report is generated.

1 feature passed, 3 failed, 0 skipped
60 scenarios passed, 5 failed, 0 skipped
395 steps passed, 5 failed, 5 skipped, 0 undefined
Took 10m17.149s

What can I do ?

Aucun commentaire:

Enregistrer un commentaire