Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

127
Vistas
Open Cypress browser when running from Jenkins

I created in Jenkins a freestyle project in which I wanted to run Cypress.

In the command line I used this command line:

npx cypress run --browser chrome --headed  --spec  "cypress/integration/examples/actions.spec.js" --config pageLoadTimeout=10000

The issue that it runs silent mode, there is no browser that is open, and perform test actions.

enter image description here

What should I do so that the browser appears while executing the test? Thanks in advance.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

CI tools like Jenkins aren't designed to open browser.

That is why Cypress offers two ways to run it:

  • For local dev/debug: cypress open
  • For CI/automatisation : cypress run

You are using it the right way.

Interesting things for CI are screenshots and videos.

about 4 years ago · Juan Pablo Isaza Denunciar

0

Yes, actually when you launch tests based on Cypress on CI (not only Jenkins) - you can't watch the process in debug mode. Only on the local machine with the open parameter. Also, save the video OR screenshots of running tests from Jenkins - and look after

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda