We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9bc4ae commit 2ce68dfCopy full SHA for 2ce68df
docs/tutorial/testing-on-headless-ci.md
@@ -17,8 +17,8 @@ which is exactly what we need.
17
Then, create a virtual Xvfb screen and export an environment variable
18
called DISPLAY that points to it. Chromium in Electron will automatically look
19
for `$DISPLAY`, so no further configuration of your app is required.
20
-This step can be automated with Paul Betts's
21
-[xvfb-maybe](https://github.com/paulcbetts/xvfb-maybe): Prepend your test
+This step can be automated with Anaïs Betts'
+[xvfb-maybe](https://github.com/anaisbetts/xvfb-maybe): Prepend your test
22
commands with `xvfb-maybe` and the little tool will automatically configure
23
Xvfb, if required by the current system. On Windows or macOS, it will
24
do nothing.
0 commit comments