Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gokcesahinnn/basic-rest-assured-cucumber-java-base-project


https://github.com/gokcesahinnn/basic-rest-assured-cucumber-java-base-project

cucumber java restassured

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Rest Assured With Cucumber API Test Otomasyonu Projesi

Bu proje Rest Assured With Cucumber API Test Otomasyonu Projesi test otomasyonu base projesidir.

# Tool stack

* **Rest Assured Framework** - Development Framework
* **Java/Javascript** - Development Language
* **IntelliJ IDE** - Development IDE
* **Maven** - Package Management
* **Cucumber** - Gherkin Syntax Framework

# Project tree

```
.
|-- src
| |-- main
| | |-- java
| | | |-- utils
| | | | |-- RestUtils.java
| | | |-- StepDefinitions.java
| |-- test
| | |-- resources
| | | |-- features
| | | | |-- api_test.feature
```