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

Capture stdout and stderr of tests #3

Open
ptomato opened this issue Feb 10, 2015 · 2 comments
Open

Capture stdout and stderr of tests #3

ptomato opened this issue Feb 10, 2015 · 2 comments

Comments

@ptomato
Copy link
Owner

ptomato commented Feb 10, 2015

The JUnit format allows <system-out> and <system-err> elements that report any output from stdout and stderr captured during a test or suite. The TAP reporter can output this as diagnostic lines.

@ptomato
Copy link
Owner Author

ptomato commented Feb 19, 2015

@ptomato
Copy link
Owner Author

ptomato commented May 4, 2016

Note, it also messes up the TAP reporter if you print to stdout in a test, since any non-TAP data should be prefixed with #.

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