You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
~/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
This would work just for taking a screenshot when tests fails which is already very useful, to make something like a video the decorator would probably need to run concurrently and periodically take screenshots, if WebDriver supports multi-threading, it may work.
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 pathIMHO 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
The text was updated successfully, but these errors were encountered: