The Test Creation Agent now supports using flows in generated API tests!
Starting with mabl Desktop App version 2.31.0, the Test Creation Agent will search your workspace for the API flows most relevant to your test intent and application when you generate a new API test. The generated test can then use flows or generated steps to accomplish the test intent.
An API test preview that includes a flow with flow parameter overrides set
Support for flow parameters
In addition to knowing about the steps inside the flow, the Test Creation Agent also knows what parameters the flow supports. Depending on the context, the Test Creation Agent can use the default parameter values or override those defaults to better fit the test intent if needed.
A created API test with flow parameter overrides applied
To learn more, check out our documentation on Creating API tests with GenAI and working with flows in API tests.