Vauxoo / odoo-selenium

Odoo Selenium Unittest Tools provides utilities that make it easy to quickly write and develop Odoo tests that use Selenium.
GNU Lesser General Public License v3.0
1 stars 2 forks source link

Store the video of the tests if the path is defined #3

Open moylop260 opened 1 year ago

moylop260 commented 1 year ago

Odoo has the following configuration parameter:

~/odoo/odoo/odoo-bin --help |grep screen --screencasts=DIR Screencasts will go in DIR/{db_name}/screencasts. --screenshots=DIR Screenshots will go in DIR/{db_name}/screenshots.

If the parameter screencasts is defined so selenium should enable to record a video and stored in the path

IMHO we could get something similar with screenshots but not sure if it could be auto-enabled after each step but we can discuss from another MR/issue

NOTE: Old POC https://git.islamicreliefcanada.ca/ircodoo-dev/ircanada/-/merge_requests/329/diffs