Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brendan-leighton/spotifyapitests
Automated tests to test Spotifys' API
https://github.com/brendan-leighton/spotifyapitests
Last synced: 18 days ago
JSON representation
Automated tests to test Spotifys' API
- Host: GitHub
- URL: https://github.com/brendan-leighton/spotifyapitests
- Owner: Brendan-Leighton
- Created: 2022-01-17T14:10:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-15T21:17:34.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T12:39:06.098Z (5 months ago)
- Language: Java
- Size: 122 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Spotify API Tests
Automated tests to test Spotifys' API
# Table of Contents
* [Overview](#overview)
* [Documentation](#documentation)
* [Tech Used](#technologies-used)
* [Contact](#contact)# Overview
This project contains automated tests for testing Spotify's RESTful API. This project is in no way affiliated with the owner(s) of Spotify or any other entity affiliated with Spotify. I'm just learning.# Documentation
* [Test Plan](https://docs.google.com/document/d/17aJNVkieni_BJk-uW_6i2fnO8gNf5Ps9ndP8b39vsjo/edit?usp=sharing)
* [Test Cases](https://docs.google.com/spreadsheets/d/184b2D89UtqwPTaqWBCn-1ESK9cM9GL_CfqQzDB9m8ko/edit?usp=sharing)
* [Test Data](https://docs.google.com/spreadsheets/d/1G4UYIPpMv8DaFD0HfCGsbXypNPBOgiddZNLRb6WKk0I/edit?usp=sharing)# Technologies Used
* Java
* Maven
* TestNG
* Rest Assured
* [Spotify API Docs](https://developer.spotify.com/documentation/web-api/reference/#/)# Contact
* Email: [email protected]
* [LinkedIn](https://www.linkedin.com/in/brendan-leighton-ab5944113/)
* [Portfolio](BrendanLeighton.com)