-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Chromium and websocket-client packages missing for js testing #277
Comments
It says 'Chrome executable not found' because you haven't installed yet. |
I'm sorry to say that the Odoo Docker image is not really made for development. |
In this case I think I will have some pull requests. |
Tested on version 12
I'm not able to run my js tests because packages are missing :
Step to reproduce:
Run a test with js web_tour
Displayed in logs:
After I have installed websocket-client in container:
INFO db odoo.addons.my_addon.tests.test_js: skipped 'Chrome executable not found'
The text was updated successfully, but these errors were encountered: