Skip to content

[MTP] Live Streaming Logs for IDEs #7394

@thomhurst

Description

@thomhurst

Summary

Expose functionality to allow test frameworks to stream live output from tests to IDEs

Background and Motivation

Currently if I am running a long running test, I have no idea what it's doing. I may have Console.WriteLine statements frequently throughout it, but I will never see them until the test completes. This means it's hard to know what my test is actually doing if using an IDE.

Proposed Feature

Expose a way to stream logs to IDEs. Perhaps something like a TestNodeOutputMessage or something that we can push to the message bus?

Alternative Designs

🤷‍♂️

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions