This repository contains a Postman collection exported as a JSON file, featuring automated test scripts designed to validate various Trello API endpoints.
The Postman collection includes:
- JavaScript-based test scripts
- Assertions for response validation
- Status code checks
- Schema and field validation
- Error-handling tests
These tests help ensure consistent functionality across Trello API operations.
The goal of this project is to provide a reliable and repeatable workflow for testing the Trello API.
Users can:
- Import the collection into Postman
- Run automated tests
- Extend the test suite
- Integrate the collection into CI/CD pipelines
- Trello_API_Tests.json โ Postman collection containing all endpoints and test scripts
- Postman
- A Trello API key and token
- Clone or download the repository
- Import the JSON collection into Postman
- Configure environment variables (API key, token, board IDs, etc.)
- Run the test suite using Postmanโs Collection Runner or Newman