quickest-silver
quickest-silver4d ago

Test suits are completely broken

https://dashboard.vapi.ai/test-suites/3e31c096-ae69-4211-801f-cf04cff01a77/runs/cbbedd6d-9d84-450e-ad14-8016a50b766d the test called AI is just spewing out a string or numbers (a hash?) and not actually working
No description
1 Reply
Shubham Bajaj
Shubham Bajaj3d ago
Hi Lucas van Staden, To address the issue you're encountering with the test called "AI," you can retrieve details about the test suite run to inspect the results and logs. 1. Get Test Suite Run: Use the GET method to inspect the specific test suite run by accessing the endpoint:
GET https://api.vapi.ai/test-suite/3e31c096-ae69-4211-801f-cf04cff01a77/run/cbbedd6d-9d84-450e-ad14-8016a50b766d

GET https://api.vapi.ai/test-suite/3e31c096-ae69-4211-801f-cf04cff01a77/run/cbbedd6d-9d84-450e-ad14-8016a50b766d

Ensure you include the appropriate authorization token in your request header. 2. Review Logs and Test Results: Inspect the response for the testResults and associated logs to diagnose why the AI might be returning unexpected outputs. For further investigation, examining the AI configurations and any recent updates or changes could be beneficial. Let us know if you need a deeper look into specific parts of your configuration. You can refer to the detailed API documentation for further exploration: Get Test Suite Run. Let us know if this works.

Did you find this page helpful?