We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.2.1
xUnit
2.9.0
.NET 8.0
Visual Studio Test Explorer
No response
We have recently migrated from Specflow and facing issue with test execution.
The test fails with following error (StackTrace)
Stack Trace: TestRunnerManager.ReleaseTestThreadContext(ITestThreadContext testThreadContext) TestRunnerManager.ReleaseTestRunner(ITestRunner testRunner) StatusCheckFeature.TestTearDownAsync() // our feature file IAsyncLifetime.DisposeAsync()
Following versions are working:
Following versions having the issue
Could anyone assist on the issue?
Run the test from test explorer.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reqnroll Version
2.2.1
Which test runner are you using?
xUnit
Test Runner Version Number
2.9.0
.NET Implementation
.NET 8.0
Test Execution Method
Visual Studio Test Explorer
Content of reqnroll.json configuration file
No response
Issue Description
We have recently migrated from Specflow and facing issue with test execution.
The test fails with following error (StackTrace)
Stack Trace:
TestRunnerManager.ReleaseTestThreadContext(ITestThreadContext testThreadContext)
TestRunnerManager.ReleaseTestRunner(ITestRunner testRunner)
StatusCheckFeature.TestTearDownAsync() // our feature file
IAsyncLifetime.DisposeAsync()
Following versions are working:
Following versions having the issue
Could anyone assist on the issue?
Steps to Reproduce
Run the test from test explorer.
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: