Skip to content

[HOW-TO] Run Tests in Parallel #781

@tipsey

Description

@tipsey

Any notes or suggestions how to run Tests in Parallel?

What is your question? I've tried using a testsettings file with MSTest Adapters such as
image

AND adding this to the Class File containing the tests but no luck

[assembly: Parallelize(Workers = 2, Scope = ExecutionScope.ClassLevel)]

The result is I only get serial test execution when I am expecting two browser sessions to launch to execute tests in parallel.

Can this be achieved only through NUnit or some other settings in the solution?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions