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
As the title suggests, I am running into an issue in my gitlab pipeline. I am using the following image: cypress/browsers:node16.14.2-slim-chrome103-ff102
as it supports node 16 and ff 102, which most accurately reflects my local environment.
Running with the command like so: - $(npm bin)/cypress run --config baseUrl=$BASEURL --spec "cypress/integration/*,cypress/integration/**/*" --browser firefox
And the following returns:
[STARTED] Task without title.
[SUCCESS] Task without title.
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[498:0812/004913.111233:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
====================================================================================================
(Run Starting)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 10.4.0 │
│ Browser: Firefox 102 (headless) │
│ Node Version: v16.14.2 (/usr/local/bin/node) │
│ Specs: 13 found (redacted.spec.js, redacted.spec.js, │
│ redacted.spec.js, redacted.spec.js, redacted.spec.js, │
│ redacted.spec.js, redacted.spec.js, redacted.spec.j │
│ s, redacted...) │
│ Searched: cypress/integration/*, cypress/integration/**/* │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: redacted.spec.js (1 of 13)
Timed out waiting for the browser to connect. Retrying...
Timed out waiting for the browser to connect. Retrying again...
The browser never connected. Something is wrong. The tests cannot run. Aborting...
The browser never connected. Something is wrong. The tests cannot run. Aborting...
The automation client disconnected. Cannot continue running tests.
Warning: We failed processing this video.
This error will not alter the exit code.
TimeoutError: operation timed out
at afterTimeout (/root/.cache/Cypress/10.4.0/Cypress/resources/app/packages/server/node_modules/bluebird/js/release/timers.js:46:19)
at Timeout.timeoutTimeout [as _onTimeout] (/root/.cache/Cypress/10.4.0/Cypress/resources/app/packages/server/node_modules/bluebird/js/release/timers.js:[76](redacted/-/jobs/1325874#L76):13)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
I looked around but not much seems to be showing up for others. Any ideas how to progress?
The text was updated successfully, but these errors were encountered:
As the title suggests, I am running into an issue in my gitlab pipeline. I am using the following image: cypress/browsers:node16.14.2-slim-chrome103-ff102
as it supports node 16 and ff 102, which most accurately reflects my local environment.
Running with the command like so:
- $(npm bin)/cypress run --config baseUrl=$BASEURL --spec "cypress/integration/*,cypress/integration/**/*" --browser firefox
And the following returns:
I looked around but not much seems to be showing up for others. Any ideas how to progress?
The text was updated successfully, but these errors were encountered: