I want to test my squad using test suite. Is it possible?
k
Kings_big💫
07/15/2025, 7:36 AM
Yes, by defining squad logic and test scripts, then running them via the API to simulate conversations and validate behavior..
r
rudd
07/15/2025, 9:02 AM
but can we do it using test suite?
rudd
07/15/2025, 9:02 AM
i don't see any option to add a squad in test suite
rudd
07/15/2025, 9:05 AM
even in api i don't see any argument corresponding to squads in test suite related apis
k
Kings_big💫
07/15/2025, 10:44 AM
Vapi Test Suite currently doesn’t support squads..
Kings_big💫
07/15/2025, 10:47 AM
So to test a squad in vapi, use the /call API for full end-to-end testing and use Test Suites separately to test each assistant in the squad individually..