question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to configure testem to run with xvfb?

See original GitHub issue

It 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:closed
  • Created 8 years ago
  • Reactions:2
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jayphelpscommented, Apr 28, 2015

@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

0reactions
stefanpennercommented, Jun 2, 2018

Since chrome and FF support headless now, I think we don’t need this anymore

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found