Unstable component testing on the CI #24254
Unanswered
danikova
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, we have a Jenkins Pipeline where we wanted to run cypress tests, with both type e2e and component testing.
We have no problems with the e2e tests however the component tests are pretty unstable, but just in the CI environment.
I attached a pdf with our Jenkins logs:
cypress_error_log.pdf
It seems like some testcases ran twice for some reason, for example at the component there are the 'mounts' tc twice or the 'populate ref with functions' twice but then this same function is failing after it was successful.
can you help me with this?
Beta Was this translation helpful? Give feedback.
All reactions