Start Flow Without Unit Test Input

Start Flow Without Unit Test Input

Comments

  • The first step in my flow is a form that collects information from the user. To ensure everything is working correctly, Ive created some unit tests that feed this form.

    Now when I want to test the flow by populating the form with some sample data, it is easy to do. However, now when I run my flow (not debugging, but running it for real) I get a prompt before my form to fill in all the data that would normally be associated with my test.

    I want to be able to test my flow with unit test data. However, I dont want a prompt to come up when running the flow for real. How do I do this?

Sign In or Register to comment.