Is it possible to run cypress.io headless (without browser)? I got it to work locally, with browser, but my problem is that our build tool, Bamboo, can not run the exec file (?) to run it inside a browser. I tried something like npx cypress run --headless
, but the time it took to run the test was super slow, and It also failed to visite web pages with this command: cy.visit('http://www.google.com')
Aucun commentaire:
Enregistrer un commentaire