-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Closed
Copy link
Description
Migrating from v14 to v15
npm install cypress@15
- set docker image to
cypress/included:15.2.0
Running command:
docker run -it -v "$PWD":/app -w /app -e CYPRESS_baseUrl=http://host.docker.internal:9000 cypress/included:15.2.0
results in this is the log :
[13:45:53] Verifying Cypress can run /root/.cache/Cypress/15.2.0/Cypress [started]
[13:45:55] Verifying Cypress can run /root/.cache/Cypress/15.2.0/Cypress [COMPLETED]
[209:0917/134555.110038:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[209:0917/134555.573381:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[209:0917/134555.573409:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory
[209:0917/134555.574109:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Address does not contain a colon
[209:0917/134555.574142:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Address does not contain a colon
[209:0917/134555.574158:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Address does not contain a colon
[209:0917/134555.574268:ERROR:dbus/bus.cc:408] Failed to connect to the bus: Address does not contain a colon
[209:0917/134555.574290:ERROR:dbus/object_proxy.cc:590] Failed to call method: org.freedesktop.DBus.NameHasOwner: object_path= /org/freedesktop/DBus: unknown error type:
DevTools listening on ws://127.0.0.1:38103/devtools/browser/64125afd-0625-48df-986b-d17b60bb3d29
Cypress works fine in GUI mode. Not sure where to continue investigation, any ideas?
Metadata
Metadata
Assignees
Labels
No labels