#7311 Update ui_driver to allow set path for geckodriver.log
Closed: fixed 6 years ago Opened 6 years ago by pvomacka.

Issue

By adding geckodriver into selenium <-> firefox workflow, geckodriver started to create log in directory from which tests were run. In some situation (using ipa-run-tests) this might lead to attempts to create files in directories where user don't have permissions to do that. This might be fixed by setting own path where logs should be created. Currently our ui_driver does not support that.

Steps to Reproduce

  1. Try to run webui tests using ipa-run-tests

Actual behavior

Tests fail with Permission denied message

Expected behavior

Tests pass

Additional info:

Config file needs to be extended as well as script which prepares environment (missing part about downloading the Geckodriver) on following page:
https://www.freeipa.org/page/Web_UI_Integration_Tests#Running_tests


master:

  • 4d9d953 Extend ui_driver to support geckodriver log_path

Metadata Update from @cheimes:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata