Evgeniy K.
Evgeniy K.
Hello @batzen! Any updates on this feature request? I think my request is related to this one, so there is no need to create a new request. The idea is...
Hi! Any updates on this issue?
Thanks @LirazShay ! But I was looking for any approach of capturing test output from specflow plugin (when tests are running in parallel). And it looks like there is no...
@gasparnagy can you please help me with this? I am not sure if it is possible to get output for separate test (when the are running in parallel). What interface...
@CharliePoole Sorry, I did not provide enough details of this feature request. What I want is to be able to get console arguments inside Engine extensions. For example, when I...
@CharliePoole this is even better! Your suggestion will definetly suit the need from example. I didn't new that Engine uses options coming from comand-line args, settings file or project file....
Hi @jayasriram ! As far as I can see on the screenshot, your projet name is different comparing to `.json` file, are you sure you are modifiyng the file from...
For now, I've implemented a workaround using Reflection to invoke internal method `TestExecutionContext.CurrentContext.CurrentResult.AddTestAttachment` and pass my `TestAttachment` instance. Looks like an ugly solution, but it does the job for me,...
Thank you for the quick reply! Yes, I'm using Win 10. I reproduced the issue in a simple unit test project, created from a template in Visual Studio. The sample...
So in general the issue is in the way `File.Exists(filePath)` works for long paths, but it would be nice if the NUnit could handle this somehow. For example, one of...