Skip to content

MathurigaT/VonageAPITest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Vonage Conversation API Test Suite

This repository has test suites to test conversation APIs of Vonage. This is implemented using pytest framework and python.

Prerequisite

  1. API Specification of Vonage Conversation API V-01 https://developer.vonage.com/api/conversation?theme=dark#conversation
  2. Python (Refer:https://realpython.com/installing-python/)
  3. Requests (pip install requests)
  4. Pytest (pip install pytest)
  5. pip install pytest-html
  6. Valid JWT token (https://developer.vonage.com/jwt)

How to run test case

  1. Fill the relevant values in config.ini
  2. Navigate to /VonageAPITesting/Conversations directory
  3. Execute command: pytest <test_file_name> --html=report.html Eg: (pytest test_conversationRecordAPITest.py --html=report.html)

Report will be generated in /VonageAPITesting/Conversations

About

Testcases for Vonage API Resources - Conversation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published