Skip to content
New issue

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

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

Already on GitHub? # to your account

Console.Writeline in a TestMethod are not available in test output for .net core #18

Closed
codito opened this issue Oct 23, 2016 · 3 comments
Assignees
Milestone

Comments

@codito
Copy link
Contributor

codito commented Oct 23, 2016

Description

Console.WriteLine in a test method should be available in output.

Steps to reproduce

  1. Create a new test project
  2. Add a test method
  3. Add Console.WriteLine("foo") in test method

Expected behavior

A output link should appear in test explorer summary

Actual behavior

Output link is not shown.

Environment

VS: WPT/25810.00
VSTest: as of ce0eac2

Copied from microsoft/vstest#132

@codito codito changed the title Console.Writeline in a TestMethod are not available in test output Console.Writeline in a TestMethod are not available in test output for .net core Oct 23, 2016
@AbhitejJohn
Copy link
Contributor

This would require changes in how the core platform service is built and would be part of a bigger change. Tracking this as part of #19 . The fix for this bug would closely follow after a fix for the later issue.

@pvlakshm
Copy link
Contributor

This is an enhancement. We should do it for an upcoming release.

@AbhitejJohn
Copy link
Contributor

This is active work in progress.

@pvlakshm pvlakshm mentioned this issue Apr 7, 2017
16 tasks
singhsarab pushed a commit to singhsarab/testfx that referenced this issue Apr 8, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants