Dmitry

Results 3 comments of Dmitry

Hi! I have the same problems. no errors `npx cypress run` error exists `npx cypress run --spec cypress/e2e/*cy.js` Have you found how to run tests from the required folders?

I studied the problem a little and this is the result. These run I see in reportportal. I run it with this command _npx cypress run --spec cypress/e2e/api/endpoints/Attributes/test1.cy.js_ There is...

@xpersky Your solution is interesting, but I run tests in Docker and install packages with the command npm ci. Of course, you can change this line in the container, but...