https://github.com/santosjennifer/java-api-restassured
Test automation on Spotify API
https://github.com/santosjennifer/java-api-restassured
java junit restassured
Last synced: 8 months ago
JSON representation
Test automation on Spotify API
- Host: GitHub
- URL: https://github.com/santosjennifer/java-api-restassured
- Owner: santosjennifer
- Created: 2022-05-30T19:14:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-22T19:46:20.000Z (over 1 year ago)
- Last Synced: 2025-01-07T21:36:50.117Z (9 months ago)
- Topics: java, junit, restassured
- Language: Java
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Spotify API Test
Automation tests on Spotify API.
### Documentation:
[Spotify Web API](https://developer.spotify.com/documentation/web-api/).### Package structure:
* **Core**: Base API
* **Test**: API test
* **Utils**: Encode token### Technology
* Java 21
* Maven
* JUnit
* Rest Assured