Tools: Running wct without browser pop-up

Created on 1 Apr 2016  路  3Comments  路  Source: Polymer/tools

I am trying to configure wct test in jenkins and need it to run headless without popping the browser, I configured xvfb in my grunt task but the browser still pops up. Any pointer on how to achieve this.

web-component-tester wontfix

Most helpful comment

Example...with polymer... If you runxvfb-run polymer test this will stop that. However, the output/test results are very cryptic and impossible to read in the console. I am hoping for a better way.

All 3 comments

Example...with polymer... If you runxvfb-run polymer test this will stop that. However, the output/test results are very cryptic and impossible to read in the console. I am hoping for a better way.

Is it possible to install this xvfb from a package manager, like npm?? coz i do not have root access to install via apt? (sudo apt-get install xvfb works but need sudo access)

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Was this page helpful?
0 / 5 - 0 ratings