You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/app/continuous-integration/overview.mdx
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -709,6 +709,14 @@ colors are not properly formatted in your CI.
709
709
NO_COLOR=1 cypress run
710
710
```
711
711
712
+
### `Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket`
713
+
714
+
This error message indicates that Electron is attempting to connect to `dbus`, a desktop environment service, when there is no `dbus` present.
715
+
716
+
Cypress does its best to detect non-interactive shells and disable `dbus` by setting the `DBUS_SESSION_BUS_ADDRESS` environment variable to `disabled:`.
717
+
718
+
If you see these error messages, setting the `DBUS_SESSION_BUS_ADDRESS` environment variable to `disabled:` should resolve them.
719
+
712
720
## See also
713
721
714
722
-[Cypress Real World App](https://github.com/cypress-io/cypress-realworld-app)
0 commit comments