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

Junit xml reporter (time attribute for testcases in report) #169

Merged
merged 5 commits into from
Jan 17, 2014

Conversation

PaulTaykalo
Copy link
Contributor

In JUnit reporter "time" attribute for each testcase was added
Tests on JUnit reporter were rewritten and now they're using XML DOM (GDataXMLNode) framework rather text matching
before:

<testcase classname="Cedar" name="TestName">

after:

<testcase classname="Cedar" name="TestName" time="1.3">

jeffh added a commit that referenced this pull request Jan 17, 2014
Junit xml reporter (time attribute for testcases in report)
@jeffh jeffh merged commit 87d0512 into cedarbdd:master Jan 17, 2014
@jeffh
Copy link
Contributor

jeffh commented Jan 17, 2014

Thanks @PaulTaykalo!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants