Open marekciupak opened 6 years ago
Ah, and there is one important thing when it comes to reproducing the issue :-)
The problem occurs only when the directory does not exist yet and you explicitly use:
Capybara::Screenshot.screenshot_and_open_image
When the test simply fails (without any usage of Capybara::Screenshot.screenshot_and_open_image
), then the directory is created without problems and the screenshot is saved.
Hi,
I've got the following error:
Here is my temporary solution:
I guess it would be good to fix the problem on the gem level.
Best, Marek