Replies: 1 comment
-
If I run Jenkins with an account with admin permissions it works. So it is up to the service account, which probably has too few permissions. Is there a difference between cypress 9 and 10 in terms of permissions that cypress must have? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I upgraded from cypress 9.6.0 to 10.3.0 in conjunction with cypress cucumber preprocessor 4.3.1.
In cypress.config.js, I changed the specPattern to 'cypress/integration/**/*.feature', because cypress-tags assumes that the specfiles are in that location. cypress-tags is part of cypress-cucumber-preprocessor
Now if I locally do the following:
npx cypress tags run -E TAGS="regression"
then it seems to go well, but when I do the same with Jenkins, the build stops halfway through, with no errors.
The first feature seems to start, but then the build suddenly stops. I don't have this with Cypress 9.6.0. Is this a known bug?
The machine it runs on is windows in both cases, the same machine.
Beta Was this translation helpful? Give feedback.
All reactions