Skip to content

Commit

Permalink
Merge pull request #82 from Gazler/master
Browse files Browse the repository at this point in the history
Fixed formatting and typo on xvfb section.
  • Loading branch information
michaelklishin committed Apr 26, 2012
2 parents 6068a91 + 374aec4 commit a5f056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/gui-and-headless-browsers.md
Expand Up @@ -12,7 +12,7 @@ This guide covers headless GUI & browser testing using tools provided by the Tra

You can run test suites that require GUI (like a Web browser) on Travis CI. The environment has `xvfb` (X Virtual Framebuffer) and `Firefox` installed. Roughly speaking, xvfb imitates a monitor and lets you run a real GUI application or Web browser on a headless machine, as if a proper display were attached.

Befor `xvfb` can be used, it needs to be started. Typically an optimal place to do it is `before_script`, like this:
Before xvfb can be used, it needs to be started. Typically an optimal place to do it is `before_script`, like this:

before_script:
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit a5f056e

Please sign in to comment.