Skip to content

rest assured api automation framework for the TechJini community

Notifications You must be signed in to change notification settings

SanilDsilva/REST-Assured-API-Automation

Repository files navigation

REST Assured API Automation Framework

Rest assured api automation framework for TechJini QA Community

Installation

Need some of prerequisite tool if we don't have any active API.

  1. Mockoon : API mock tool which run on local
  2. Download the API JSON file and import it from Mockoon Tool
  3. Run the mockoon API server.

Usage

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.

Contributing

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

About

rest assured api automation framework for the TechJini community

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published