How to manage userflow branches #19144
Unanswered
AbrahamBrookes
asked this question in
Component Testing
Replies: 1 comment
-
You could use cypress-each plug-in
…Sent from my iPhone
On Nov 29, 2021, at 16:43, Abraham Brookes ***@***.***> wrote:
I have a user flow where, right at the end of the flow after the task is completed, the app gives the user four buttons to click. I need to run the entire test four times in order to test all four buttons. Is there a nicer way to do this that doesn't involve copy pasting the entire test? I guess I could make a helper function but this seems like the kind of thing that cypress might intelligently handle. Is there a time-travel feature or something like?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a user flow where, right at the end of the flow after the task is completed, the app gives the user four buttons to click. I need to run the entire test four times in order to test all four buttons. Is there a nicer way to do this that doesn't involve copy pasting the entire test? I guess I could make a helper function but this seems like the kind of thing that cypress might intelligently handle. Is there a time-travel feature or something like?
Beta Was this translation helpful? Give feedback.
All reactions