Skip to content

This is a small demo repository to showcase how to implement automated tests in Postman and execute in CI pipeline.

Notifications You must be signed in to change notification settings

oildriller/postman-demo

Repository files navigation

Postman Demo

This is a small demo repository to showcase how to implement automated tests in Postman and execute in CI pipeline.

Postman collection

The collection within this repository contains a set of requests to test to create, read and modify a playlist via Spotify REST API. The collection can be executed as it is or with data-driven approach using the PostmanDemoData.csv as input data file.

Execution

As a precondition you have to request get an access token to be able to operate with Spotify API.

Execute the collection via Postman or Newman.

Pipeline

The ado_pipeline.yml is an example for a simple Azure DevOps pipeline to execute the postman collection. The pipeline expects that the secrets are stored as secret pipeline variables.

About

This is a small demo repository to showcase how to implement automated tests in Postman and execute in CI pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published