Skip to content

Global utilities should know about the maximum number of test cases executed in parallel #36

@TonyTroeff

Description

@TonyTroeff

Currently, there is a problem related to the fact that initialization of resources is happening as a part of the test execution.
The global utilities should be pre-configured. Because test cases may be executed in parallel, most global utilities are initialized with slots that are used proportionally. The number of these slots is equal to the MaxDegreeOfParallelism configuration parameter.

Metadata

Metadata

Assignees

Labels

featureSomething that should be implemented

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions