Remove broken link and update CircleCI's name (#32448)

This commit is contained in:
Julia Nam 2022-01-18 12:02:35 -05:00 committed by GitHub
parent 015d54ac10
commit 6860429bf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
Being based on Chromium, Electron requires a display driver to function. Being based on Chromium, Electron requires a display driver to function.
If Chromium can't find a display driver, Electron will fail to launch - If Chromium can't find a display driver, Electron will fail to launch -
and therefore not executing any of your tests, regardless of how you are running and therefore not executing any of your tests, regardless of how you are running
them. Testing Electron-based apps on Travis, Circle, Jenkins or similar Systems them. Testing Electron-based apps on Travis, CircleCI, Jenkins or similar Systems
requires therefore a little bit of configuration. In essence, we need to use requires therefore a little bit of configuration. In essence, we need to use
a virtual display driver. a virtual display driver.
@ -51,8 +51,7 @@ For Jenkins, a [Xvfb plugin is available](https://wiki.jenkins-ci.org/display/JE
### CircleCI ### CircleCI
Circle CI is awesome and has Xvfb and `$DISPLAY` CircleCI is awesome and has Xvfb and `$DISPLAY` already set up, so no further configuration is required.
[already set up, so no further configuration is required](https://circleci.com/docs/environment#browsers).
### AppVeyor ### AppVeyor