Ecosyste.ms: Awesome
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: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/opencastsoftware/karate-starter
- Owner: opencastsoftware
- Created: 2024-02-12T18:05:39.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T09:54:26.000Z (12 months ago)
- Last Synced: 2024-02-13T19:37:42.813Z (12 months ago)
- Language: Gherkin
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```