Skip to main content

Parallel execution with SharedAppDomain - Console output mixed together

Answered

Comments

1 comment

  • Andreas Willich

    When you use SharedAppDomain test thread isolation with Console output you get this behavior.

    The Console Output is also a memory object that is shared with all threads. It is like accessing a static object with SharedAppDomain isolation.

    It works with the TestContext in MSTest, because with it, every test has its own instance.

    The only workaround if you want to stay with the SpecFlow+ Runner is to switch to Process isolation.

    If you can't do this, you would need to switch test runner.

    0

Please sign in to leave a comment.

Powered by Zendesk