-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parallel execution using Mstest+reqnroll #116
Comments
Only feature level parallelization is supported for mstest. See also https://docs.reqnroll.net/latest/execution/parallel-execution.html |
is there any plan to add this feature which is scenario level parallel execution? |
Nothing that is concrete though it is definitely something that is kept in mind. |
thanks for the info |
@sampath-ganesan please also see my comment at #114. I recommend creating an idea discussion item for this. I close this as by design, we can track this at the discussion item. |
i am able to open multiple browser with ThreadLocal and again that ScenarioContext is not supporting that ThreadLocal so its getting disposed after first scenario completes on that thread |
@sampath-ganesan please make a separate issue for that |
Reqnroll Version
1.0.1
Which test runner are you using?
MSTest
Test Runner Version Number
MsTest.TestAdapter 3.3.1
.NET Implementation
.NET 8.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
No response
Issue Description
I am trying to run scenarios in parallel execution using mstest while doing that i am facing few issues,
Steps to Reproduce
Note: I also tried
private readonly ScenarioContext scenarioContext;
public SpecflowHooks(ScenarioContext scenarioContext)
{
this.scenarioContext = scenarioContext;
}
And
ScenarioContext.Current.ScenarioInfo
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: