An open API service indexing awesome lists of open source software.

https://github.com/opencastsoftware/karate-starter


https://github.com/opencastsoftware/karate-starter

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Karate_API_Framework

This repo is example of Karate API Automation

## Tech Stack Used in Framework

* Java
* Maven
* Karate
* Junit

## Overview On Framework

* Api Testing Framework is built using Karate which is a java library for testing RESTful web services in a BDD format.
* It supports All types of API methods.
* Data driven is acheived using Scenario outlines and Examples.

## Run maven
``` bash
mvn clean install
```
## Run application through the terminal
``` bash
mvn test
```