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

Add Junit style xml output for integration with Travis #1

Open
markbasham opened this issue Feb 2, 2015 · 0 comments
Open

Add Junit style xml output for integration with Travis #1

markbasham opened this issue Feb 2, 2015 · 0 comments
Assignees

Comments

@markbasham
Copy link
Contributor

<testsuite tests="3">
    <testcase classname="foo1" name="ASuccessfulTest"/>
    <testcase classname="foo2" name="AnotherSuccessfulTest"/>
    <testcase classname="foo3" name="AFailingTest">
        <failure type="NotEnoughFoo"> details about failure </failure>
    </testcase> 
</testsuite>
@markbasham markbasham self-assigned this Feb 2, 2015
@markbasham markbasham changed the title Add Junit style xml output for integration with Jenkins Add Junit style xml output for integration with Travis Oct 25, 2017
@rerpha rerpha mentioned this issue Oct 25, 2017
markbasham pushed a commit that referenced this issue Oct 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant