Evgeniy K.

Results 26 comments of Evgeniy K.

In my case, `File.Exists(filePath)` still returns `false` with the absolute path with the `"\\?\"` prefix. The file exists on the disk, and I'm able to open it in Notepad++. I've...

This is really stupid, but I was able to find out why the prefix didn't work for me. When I was doing experiments with the long paths, I renamed the...

Hi @Steffx115 ! Can you please clarify how do you take screenshots in your tests? Are you doing it inside `[TearDown]` method or inside `[Test]` method? Are you using only...

Hi @Steffx115, I've tried to reproduce the issue on my side and there are no duplicates. I used this code to reproduce the issue: ![image](https://user-images.githubusercontent.com/6689884/67079293-98f61600-f19b-11e9-8507-53de6cea40c2.png) The report has only one...

Hi @Steffx115 ! Sorry, my bad. I've tried to reproduce it once again with the correct repro steps - failing test with screenshot taken in the `[Teardown]` method: ![image](https://user-images.githubusercontent.com/6689884/67195030-e3c49780-f400-11e9-9302-5dafd93ea3f8.png) The...

Hi @Steffx115 ! Still no luck with trying to reproduce the issue. Can you please try to run [this test](https://github.com/GHPReporter/Ghpr.NUnit/blob/master/NUnitTests/Tests.cs#L27) to see if you'll get the screenshot twice for my...

@Steffx115 , still works fine for me with this structure: ![image](https://user-images.githubusercontent.com/6689884/67557866-9016be80-f71e-11e9-800e-8d4e75497fe5.png) The latest [commit](https://github.com/GHPReporter/Ghpr.NUnit/commit/9b60d45c49ea181f49d14643bd19b6a9ce99c987) with the test is in the `master` branch.

Hi @Steffx115! Sorry for the delay, I still was not able to reproduce the issue. Can you please provide a small code sample so I would be able to reproduce...

Hi @lagori, Thank you for the detailed example! Can you please provide me some more information about the environment you are using? Are you using NUnit console with `Ghpr.NUnit` package...