TestExecutionScreenshotRecorderTest.TearDown() does not check if the used path exists before accessing it
Description
If a test in TestExecutionScreenshotRecorderTest stops before creating the needed directory (e.g. due to an Ignore), the TearDown method throws a System.IO.DirectoryNotFoundException.