It is our first project with cypress. Now some ele...
# e2e-testing
n
It is our first project with cypress. Now some elements have not "id", and we could not catch it correctly when running test. Some engineers think that we could not achieve the test stability if we do not add "id" to the elements. My question is : Can we realize stability by improving our cypress code? Should we add "id" or improve our cypress code? Thank you so much!