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

Choose report file destination #66

Closed
kumy opened this issue Aug 15, 2020 · 2 comments
Closed

Choose report file destination #66

kumy opened this issue Aug 15, 2020 · 2 comments

Comments

@kumy
Copy link
Contributor

kumy commented Aug 15, 2020

Is your feature request related to a problem? Please describe.
I would like to have the visualReport.html along with the Robot Framework output files (using -d command line parameter)

Describe the solution you'd like
reportgen should support a new argument to choose destination directory. It also would be great if the automaatic report generation at the end of Robot Framework could inform reportgen about the value of it's -d command line parameter

Describe alternatives you've considered
At the moment I use cp + sed in my Makefile to adapt generated filepath:

cp visualReport.html $(TRAVIS_BRANCH)/
cp -a visual_images docs/$(TRAVIS_BRANCH)/
sed -i 's@docs/$(TRAVIS_BRANCH)/@@g' docs/$(TRAVIS_BRANCH)/visualReport.html

Additional context

@jessezach
Copy link
Owner

jessezach commented Aug 17, 2020

Fixed in #68
Fix will generate visualReport within the output directory. Will go out in release 1.5.0

Allowing to choose a custom directory will not be possible right now. Will probably pick that up for a later release

@jessezach
Copy link
Owner

Fix released in 1.5.0

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

2 participants