-
Hi, has anyone had any experience using cypress.io (or similar ui testing frameworks) with uniforms? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
radekmie
Oct 15, 2021
Replies: 1 comment
-
Hi @mdesousa! The
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
radekmie
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mdesousa! The
id
s are generated in a stable way, but I wouldn't recommend relying on them for tests. You can do two things:id
s or any other prop likedata-cy
and use them in tests.name
s instead. These are not randomized at all and have a business meaning.