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
Sometimes the user or CI doesn't not support to run tests on some platforms. It would be great if the test could be run inside its own containers (if --use-docker option is set). Thus the only requirement would be to have docker on the machine.
This would allow:
to test against several versions of a browser
to reduce the concerns when you try to install content_shell (or when its installation fails randomly)
to test on platforms not supported nativelly (eg. phantomJS2 is not available on travis)
Sometimes the user or CI doesn't not support to run tests on some platforms. It would be great if the test could be run inside its own containers (if
--use-docker
option is set). Thus the only requirement would be to have docker on the machine.This would allow:
Btw as of today, we can use Docker as part of our build.
What do you think ?
The text was updated successfully, but these errors were encountered: