Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Result output in a non-root directory ( #75

Closed
12jakubpavel opened this issue Sep 7, 2020 · 2 comments
Closed

Result output in a non-root directory ( #75

12jakubpavel opened this issue Sep 7, 2020 · 2 comments

Comments

@12jakubpavel
Copy link

12jakubpavel commented Sep 7, 2020

Describe the bug
If I run this command: robot -d ./../DCS/results -v
images_dir:./../DCS/results/visual_images/baseline --test "PDF Visual
Overflow" ./../DCS
generate_report fail

If I run this command: robot -d results -v
images_dir:./../DCS/results/visual_images/baseline --test "PDF Visual
Overflow" ./../DCS
generate_report pass

Screenshots
robot -d ./../LTSA/DCS/results -v images_dir:./../LTSA/DCS/results/visual_images/baseline --test "Verify Strata Property Act Filing PDF Visual Overflow" ./../LTSA/DCS
image

robot -d results -v images_dir:./../LTSA/DCS/results/visual_images/baseline --test "Verify Strata Property Act Filing PDF Visual Overflow" ./../LTSA/DCS
image

Desktop (please complete the following information):

  • OS: Win 10
  • Browser Firefox
  • Version 1.5.1
@Twista
Copy link

Twista commented Sep 9, 2020

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

@jessezach
Copy link
Owner

Fix released in 1.5.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants