Behave JUNIT support
See original GitHub issueHi,
I am using behave for automation testing. I have create JUnit xml file using behave. ex:
behave --junit test.feature
Can i use this xml file to create allure2 reports
Thanks, Prayag
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
Command-Line Arguments - Behave
Output JUnit-compatible reports. When junit is enabled, all stdout and stderr will be redirected and dumped to the junit report, regardless of the...
Read more >behave/junit.py at main - GitHub
This module provides a reporter with JUnit XML output. Mapping of behave model elements to XML elements:: feature -> xml_element:testsuite.
Read more >Behave - Reports - Tutorialspoint
Behave - Reports, Report generation is one of the most important steps towards the test ... To create a JUnit report, run the...
Read more >How to generate Junit output report using Behave Python
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...
Read more >Junit not outputted with Behave – IDEs Support (IntelliJ Platform)
I just got the trial license for PyCharm for it's BDD support :) How can make sure that the junit report is created....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@prayagvakharia just released https://pypi.python.org/pypi/allure-behave/2.0.0b2. Will be great if you try it and give some feedback.
No. I am about behave formatter that produce results in native allure2 format. Just install from pypi and use with cmd like this: behave -f allure_behave.formatter:AllureFormatter -o ./allrue-result. PR here: https://github.com/allure-framework/allure-python/pull/61