https://github.com/karynaaliushkevich14/spotify-api-restassured-tests
This project provides an infrastructure for automated API testing to verify the API of Spotify API using Java, Spring, RestAssured, Selenium, Maven, Junit.
https://github.com/karynaaliushkevich14/spotify-api-restassured-tests
java junit5 maven restassured selenium spring
Last synced: about 2 months ago
JSON representation
This project provides an infrastructure for automated API testing to verify the API of Spotify API using Java, Spring, RestAssured, Selenium, Maven, Junit.
- Host: GitHub
- URL: https://github.com/karynaaliushkevich14/spotify-api-restassured-tests
- Owner: KarynaAliushkevich14
- Created: 2025-03-01T20:07:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T19:07:11.000Z (7 months ago)
- Last Synced: 2025-03-30T20:20:07.772Z (7 months ago)
- Topics: java, junit5, maven, restassured, selenium, spring
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automated API testing framework for Spotify API using RestAssured
This project provides an infrastructure for automated API testing to verify the API of Spotify API using Java, Spring, RestAssured, Selenium, Maven, Junit.## Technologies
- **Java**: Programming language used for writing the tests.
- **Spring**: Lifecycle management of objects
- **RestAssured**: Library for API testing.
- **Selenium WebDriver**: Browser automation tool.
- **JUnit**: Framework for running the tests.
- **Maven**: Build automation tool.