This repository has test suites to test conversation APIs of Vonage. This is implemented using pytest
framework and python.
- API Specification of Vonage Conversation API V-01 https://developer.vonage.com/api/conversation?theme=dark#conversation
- Python (Refer:https://realpython.com/installing-python/)
- Requests (
pip install requests
) - Pytest (
pip install pytest
) pip install pytest-html
- Valid JWT token (https://developer.vonage.com/jwt)
- Fill the relevant values in config.ini
- Navigate to /VonageAPITesting/Conversations directory
- Execute command: pytest <test_file_name> --html=report.html Eg: (
pytest test_conversationRecordAPITest.py --html=report.html
)
Report will be generated in /VonageAPITesting/Conversations