项目作者: daniel-ob

项目描述 :
My practice REST API testing Postman collections
高级语言:
项目地址: git://github.com/daniel-ob/Postman-collections.git
创建时间: 2021-01-19T09:53:37Z
项目社区:https://github.com/daniel-ob/Postman-collections

开源协议:

下载


My practice REST API testing Postman collections

These collections are my solutions to exercises of the course:
Postman: The Complete Guide - REST API Testing

GitHub

What this collection does:

  • Create a new Github repository (random name)
  • Retrieve repository
  • Create a new issue inside the repository
  • Retrieve issue
  • Delete repository
  • Try to fetch just deleted repository

Tests are implemented on each request.

In order to use it, please create an Environment with following variables:

  1. url = https://api.github.com
  2. token = your_github_token

Trello

What this collection does:

  • Create a board
  • Creat two lists: TODO and DONE
  • Create a new card inside TODO
  • Move the card to DONE
  • Delete the board

Tests are implemented on each request.

In order to use it, please create an Environment with following variables:

  1. trellokey = trello_api_key
  2. trellotoken = your_trello_token

Trello API key can be obtained here: https://trello.com/app-key (must be logged-in)