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

146
Views
Start Cypress tests from DevOps

I'm trying to set up Cypress to run automated tests directly from DevOps using a pipeline. It looks like it's already partially communicating to me, but I don't know why I'm getting the following error there:

enter image description here

I call . \\phasp13jm29\UICypress\cypress open:

There is such a structure in this directory.

enter image description here

The package.json file contains:

enter image description here

Can anyone advise?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

It appears to me that you are calling cypress in tfs agent (test runner) from a remote machine (\\phasp13jm29) which potentially a mis-usage. In a nutshell, cypress is nodejs package. By that said, you need to install nodejs and cypress in tfs agent. You may want to check out cypress system requirements for further details.

To fulfill the pipeline, you also need to make sure cypress test scripts are available in tfs agent (by copying them over network or git checkout or your own way).

The last step is to kick of the test execution by calling npx cypress run with appropriate flags and/or configuration or npm run test (from your package.json).

Just my 2 cents and I hope it's somewhat helpful for you.

about 4 years ago · Juan Pablo Isaza 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!