Test suite usage
# support
s
Unable to use test suite successfully. The example test works however, for other tests created, obtaining error that transcript is not provided. Furthermore on clicking the link for details it does not load page with message "Cannot read properties of undefined (reading 'stereoRecordingUrl')"
v
It sounds like you're running into a couple of issues with the Vapi test suite. Let's break it down: 1. **Missing Transcript Error**: This usually happens when the transcripts required for your tests are not being generated or are not accessible. Here are some steps to troubleshoot this: - **Review Vapi Documentation**: Make sure all configurations are set up correctly according to the Vapi guidelines. Missing parameters can lead to test failures. [Review Documentation](https://discord.com/channels/1211482211119796234/1211483291191083018/1336399188665040968) - **Check Technical Integrations**: Ensure that any external transcribers or API configurations are correctly set up. Misconfigurations can prevent transcripts from being recorded. [Custom Transcriber Setup](https://docs.vapi.ai/documentation/advanced-concepts/customization/custom-transcriber) - **Investigate Call Logs**: Look into call logs for any errors or failed attempts that might indicate why transcripts are missing. [Call Logs and 11Labs Issue](https://discord.com/channels/1211482211119796234/1211483291191083018/1341994769148280833) 2. **Error: "Cannot read properties of undefined (reading 'stereoRecordingUrl')"**: This error typically occurs when trying to access a property of an object that hasn't been initialized. Here’s how to troubleshoot: - **Ensure Initialization**: Check that the object containing
stereoRecordingUrl
is properly initialized before accessing it. You can add checks in your code to prevent this error. - **Log Debug Information**: Before accessing the property, log the object to see if it’s defined. This can help identify where the issue is occurring. - **Consult with Vapi Support**: If the issue persists, reaching out to Vapi support might be necessary for deeper insights. [Contact VAPI Support for Assistance](https://discord.com/channels/1211482211119796234/1211483291191083018/1336399188665040968)
k
Hey! To help track down this issue, could you share: - The test suite ID - The test run ID This would really help us figure out what went wrong!