Skip to content

[ADD] odoo-shippable: Add apt depend chromium-browser

Starting from Odoo v12, JS tests need Headless Chrome to run [1], which is provided by the package chromium-browser.

Since the above package was not installed, JS tests were being skipped.

[1] https://github.com/odoo/odoo/commit/de84ad9c1f48

Merge request reports