https://github.com/nesoy/rest-assured-example
🧪 Introducing rest-assured
https://github.com/nesoy/rest-assured-example
testing
Last synced: about 1 year ago
JSON representation
🧪 Introducing rest-assured
- Host: GitHub
- URL: https://github.com/nesoy/rest-assured-example
- Owner: NESOY
- Created: 2020-01-07T10:15:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T02:28:29.000Z (over 6 years ago)
- Last Synced: 2025-01-30T23:18:43.126Z (over 1 year ago)
- Topics: testing
- Language: Java
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rest-assured
#### Bookmark
-
#### [Getting Started](https://github.com/rest-assured/rest-assured/wiki/GettingStarted)
- maven
```xml
io.rest-assured
rest-assured
4.1.2
test
```
- gradle
```groovy
testImplementation 'io.rest-assured:rest-assured:4.1.2'
```
#### Notes
- Include [JsonPath](https://github.com/json-path/JsonPath)
### Rest-assured With Spring Mock MVC
#### Getting Started
- Maven
```xml
io.rest-assured
spring-mock-mvc
4.1.2
test
```
- Gradle
```groovy
testImplementation 'io.rest-assured:spring-mock-mvc:4.1.2'
```
#### To-do
- With Spring Boot
- With TestContainer
#### Reference
-
-
-
-