How do i test squads, I don't see any option to ad...
# support
r
I want to test my squad using test suite. Is it possible?
k
Yes, by defining squad logic and test scripts, then running them via the API to simulate conversations and validate behavior..
r
but can we do it using test suite?
i don't see any option to add a squad in test suite
even in api i don't see any argument corresponding to squads in test suite related apis
k
Vapi Test Suite currently doesn’t support squads..
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..