Tests runs locally but fails in Azure DevOps Pipeline #25058
Unanswered
SebastianKoch27
asked this question in
CI setup
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The Problem:
We wrote a simple test which only fills a textfield, clicks on a button and checks for redirect. On our local machines the test runs without any problems. In the pipeline the test fills the textfield and says that he has clicked the button, but nothing happens and the next condition fails.
Our Pipeline steps:
Specs:
Cypress: 12.0.1
React: 18.2.0
Gatsby 4.24.0
Azure Pipeline running on Ubuntu 20.04
Our Test:
What we tried:
Beta Was this translation helpful? Give feedback.
All reactions