You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin currently sets a global static parameter of Verify to determine the folder and filename on start of each scenario. This causes issues when tests are ran in parallel as the received files will be named with whatever scenario happens to have been started last.
Steps to Reproduce
Write multiple (long running) verify scenarios and run them in parallel.
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered:
ajeckmans
changed the title
Reqnroll.Verify when tests are ran in parallel the received files will be named with random other tests.
Reqnroll.Verify fails when tests are ran in parallel, because the received files will be named with the names of random other tests.
Sep 9, 2024
Reqnroll Version
All of them
Which test runner are you using?
xUnit
Test Runner Version Number
n/a
.NET Implementation
.NET 8.0
Test Execution Method
Other – PLEASE SPECIFY
Content of reqnroll.json configuration file
No response
Issue Description
The plugin currently sets a global static parameter of Verify to determine the folder and filename on start of each scenario. This causes issues when tests are ran in parallel as the received files will be named with whatever scenario happens to have been started last.
Steps to Reproduce
Write multiple (long running) verify scenarios and run them in parallel.
Link to Repro Project
No response
The text was updated successfully, but these errors were encountered: