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

https://github.com/sadabnepal/karate-api-test

API test framework using karate
https://github.com/sadabnepal/karate-api-test

api-testing-framework java karate-framework

Last synced: 9 months ago
JSON representation

API test framework using karate

Awesome Lists containing this project

README

          

# API Test Framework - Karate

### Getting Started
```
git clone https://github.com/sadabnepal/karate-api-test.git
cd karate-api-test
```

### Run Test
```
mvn test
```

### View Report
```
Path: {PROJECT_ROOT_FOLDER}/target/karate-reports/karate-summary.html
```

### Sample Report
image