Closed 12jakubpavel closed 4 years ago
Hello, I have same problem.
It seems that the issue is in this line
https://github.com/jz-jess/RobotEyes/blob/master/RobotEyes/__init__.py#L246
when absolute windows path (e.g. C:\Results
) is provided, the first letter is stripped and therefore report_path is set to \Results - which doesn't exist
Fix released in 1.5.2
Describe the bug If I run this command: _robot -d ./../DCS/results -v images_dir:./../DCS/results/visualimages/baseline --test "PDF Visual Overflow" ./../DCS generate_report fail
If I run this command: _robot -d results -v images_dir:./../DCS/results/visualimages/baseline --test "PDF Visual Overflow" ./../DCS generate_report pass
Screenshots _robot -d ./../LTSA/DCS/results -v images_dir:./../LTSA/DCS/results/visualimages/baseline --test "Verify Strata Property Act Filing PDF Visual Overflow" ./../LTSA/DCS
_robot -d results -v images_dir:./../LTSA/DCS/results/visualimages/baseline --test "Verify Strata Property Act Filing PDF Visual Overflow" ./../LTSA/DCS
Desktop (please complete the following information):