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

Implement case-scoped System.out capture #3

Open
dector opened this issue Jan 18, 2020 · 1 comment
Open

Implement case-scoped System.out capture #3

dector opened this issue Jan 18, 2020 · 1 comment
Assignees

Comments

@dector
Copy link
Member

dector commented Jan 18, 2020

For now JUnit is capturing output on testsuit level.

Should be implement debug() function as an easy option instead?

@dector dector self-assigned this Feb 1, 2020
@dector
Copy link
Member Author

dector commented Feb 1, 2020

Current idea is to use custom Test Reporter that will be attached to JUnit Platform and will capture required data for each test. Unfortunately, JUnit5 is distributed on with legacy JUnit4 reporter that doesn't support per-test stdout capture.

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

No branches or pull requests

1 participant