Automating user creation #25510
Unanswered
lananeads
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 there,
I am new to Cypress and trying to start with some basic tests - like user creation etc.
It appears that every time the user is created it requires to have a unique username otherwise the test is getting stuck. f I run my regression suit everyday i will need to make sure this is using unique user name each time - e.g. TestUser01, TestUser02, TestUser03 and so on/
Is there any way to script this somehow?
Thank you and once again I am very new to Javascript and cypress so please bear with me.
Beta Was this translation helpful? Give feedback.
All reactions