Rest assured api automation framework for TechJini QA Community
Need some of prerequisite tool if we don't have any active API.
- Mockoon : API mock tool which run on local
- Download the API JSON file and import it from Mockoon Tool
- Run the mockoon API server.
Check the port number where mockoon is running on machine. Modify the code according to th port. Look for the code in src/test/java/pokerApi/v2_1/
String apiEndpoint = "http://127.0.0.1:3000/users";
Modify the 127.0.0.1:3000 port number if the server is running on other port.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Developed By : Sanil Dsilva