Evgeniy K.
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:  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:  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...
Ok, let me try once again
@Steffx115 , still works fine for me with this structure:  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...