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
Hi, I've set up a GitLab CI pipeline using cypress/base:16. When I run locally everything works as expected.
In CI, however, Cypress picks up 20 tests I have not written.
You can see below it finds 22 specs. I have only written app-banner.cy.js, app-cookie-consent.cy.js. Where are these other specs coming from? They're making my pipeline fail.
> cypress run --headless --component --config watchForFileChanges=false
[STARTED] Task without title.
[SUCCESS] Task without title.
[1344:0802/123745.108777:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.
[1344:0802/123745.114482:ERROR:gpu_memory_buffer_support_x11.cc(44)] dri3 extension not supported.
Couldn't find tsconfig.json. tsconfig-paths will be skipped
====================================================================================================
(Run Starting)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 10.3.1 │
│ Browser: Electron 100 (headless) │
│ Node Version: v16.14.2 (/usr/local/bin/node) │
│ Specs: 22 found (app-banner.cy.js, app-cookie-consent.cy.js, todo.cy.js, actions.cy.j │
│ s, aliasing.cy.js, assertions.cy.js, connectors.cy.js, cookies.cy.js, cypress_ │
│ api.cy.js, files.cy.js, local_storage.cy.js, location.cy.js, misc.cy.js, navig │
│ ation.cy.js, network_re...) │
│ Searched: **/*.cy.{js,jsx,ts,tsx} │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
The text was updated successfully, but these errors were encountered:
Hi, I've set up a GitLab CI pipeline using
cypress/base:16
. When I run locally everything works as expected.In CI, however, Cypress picks up 20 tests I have not written.
You can see below it finds 22 specs. I have only written
app-banner.cy.js
,app-cookie-consent.cy.js
. Where are these other specs coming from? They're making my pipeline fail.The text was updated successfully, but these errors were encountered: