question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Behave JUNIT support

See original GitHub issue

Hi,

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:closed
  • Created 6 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
sseliverstovcommented, Jun 27, 2017

@prayagvakharia just released https://pypi.python.org/pypi/allure-behave/2.0.0b2. Will be great if you try it and give some feedback.

0reactions
sseliverstovcommented, Jun 23, 2017

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found