Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

131
Views
Obtengo el siguiente error cada vez que intento ejecutar Cypress Suite

Error: No se puede encontrar el módulo 'cypress-xpath' en 'D:\Automation Code\Cypress\cypress-ui-automation\cypress\support' en D:\Automation Code\Cypress\cypress-ui-automation\node_modules\browser-resolve \node_modules\resolve\lib\async.js:46:17 en el proceso (D:\Automation Code\Cypress\cypress-ui-automation\node_modules\browser-resolve\node_modules\resolve\lib\async.js:173:43 ) en ondir (D:\Automation Code\Cypress\cypress-ui-automation\node_modules\browser-resolve\node_modules\resolve\lib\async.js:188:17)

about 4 years ago · Santiago Trujillo
2 answers
Answer question

0

Parece que se ha perdido la instalación de cypress-xpath .

Si está instalando con npm:

 npm install -D cypress-xpath

o si está instalando con hilo:

 yarn add cypress-xpath --dev

Claramente, ya tiene la declaración requerida en \cypress\support ya que esa es la primera ruta en la pila de errores.

about 4 years ago · Santiago Trujillo Report

0

Suponiendo que el complemento cypress-xpath ya está instalado, en cypress/support/e2e.js debe agregar esto:

 require('cypress-xpath');
about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!