Skip to main content

Use specflow runner to run tests on multiple machines?

Answered

Comments

4 comments

  • Andreas Willich

    The VSTest Task has the ability to distribute the tests to multiple agents. Documentation is here: https://docs.microsoft.com/en-us/azure/devops/pipelines/test/parallel-testing-vstest?view=azure-devops

    I have not tried it yet.

    1
  • Tabor Lechner

    Great thanks, I was able to get it up and running following that documentation as expected.

    0
  • Tabor Lechner

    Follow up question, each server running tests generates it's own .html report for the tests they individually ran.  Is there a built in  way to create one master HTML report that combines them all together? 

    1
  • Andreas Willich

    No, there isn't. The orchestration to split this to multiple machines is completely done in VSTest. The report HTML is generated by the SpecFlow+ Runner. They are completely separated in that case. We don't know in the SpecFlow+ Runner, that this test run is distributed over multiple machines.

    0

Please sign in to leave a comment.

Powered by Zendesk