How to configure testem to run with xvfb?
See original GitHub issueIt appears you can run testem w/ xvfb but what is the syntax to add this as a browser (testem.json) ?
xvfb-run testem -l firefox
xvfb-run testem -l chrome
Issue Analytics
- State:
- Created 8 years ago
- Reactions:2
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Headless Browser Testing With Xvfb - Toby Ho
If you are running Debian or Ubuntu and are using apt-get, installing is simply as: apt-get install xvfb. If you are on CentOS...
Read more >38 How To Run Your Tests Headlessly with Xvfb
Option 1. Start Xvfb on a specific display port and background the process; Tell the terminal session to use the display port; Run...
Read more >[Question] how to run headless tests with ember-cli using ...
One such option is running firefox or chrome headless using xvfb and testem does support this like so xvfb-run test...
Read more >Headless Chrome with Testem on VSTS Hosted Agents
Here's how to download and use headless Chrome for an Ember-CLI project on VSTS Windows ... Add a custom launcher to Testem's configuration....
Read more >Automating Tests with Runners - Ember Guides
Testem is a simple tool to setup and use. In a nutshell it will collect all of your application code, your test code,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@toranb are you running Jenkins? I ran into the same, solved by using https://wiki.jenkins-ci.org/display/JENKINS/Xvfb+Plugin so things are already setup and running
Since chrome and FF support headless now, I think we don’t need this anymore