Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allure doesn't parse *.xml files which contains collection tag with any symbol (space, tab, etc) #629

Closed
1 of 3 tasks
eroshenkoam opened this issue Oct 9, 2017 · 1 comment
Assignees
Labels
theme:readers type:bug Something isn't working

Comments

@eroshenkoam
Copy link
Member

eroshenkoam commented Oct 9, 2017

I'm submitting a ...

  • bug report
  • feature request
  • support request => Please do not submit support request here, see note at the top of this template.

If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem

Minimal xml for issue reproduce is:

<?xml version="1.0" encoding="UTF-8"?>
<ns2:test-suite xmlns:ns2="urn:model.allure.qatools.yandex.ru" start="1507555789637" stop="1507555789647">
	<name>Test Suite</name>
	<test-cases>
		<test-case start="1507555789637" stop="1507555789637" status="pending">
			<name>Test Suite</name>
			<labels>
			</labels>
                 </test-case>
        </test-cases>
</test-suite>

What is the expected behavior?

Report is generated

What is the motivation / use case for changing the behavior?

I like Allure report, so it will be nice to generate it :)

Please tell us about your environment:

Allure version 2.4.0
Test framework allure1
Allure adaptor any
Generate report using command line

Other information

@baev
Copy link
Member

baev commented Oct 9, 2017

@baev baev closed this as completed in 960f091 Oct 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme:readers type:bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants