Skip to main content

🚀 Rick and Morty API Test Suite

Rick and Morty

Comprehensive API testing suite for the Rick and Morty API using Postman and Newman

✨ Features

FeatureDescription
🔬 90 Test AssertionsFull coverage of all API endpoints
📊 Beautiful ReportsNewman htmlextra with detailed HTML reports
🐳 Docker SupportContainerized testing with Docker
📚 DocumentationBeautiful Docusaurus docs
CI/CDGitHub Actions automation

📈 Test Coverage

EndpointTestsStatus
Characters30
Locations18
Episodes24
Error Handling10
Performance8

🚦 Quick Start

# Install dependencies
npm install

# Run tests
npm test

# Build docs
npm run docs:build

📖 Documentation

🏗️ Project Structure

.
├── docs/ # Documentation
│ ├── index.md # Homepage
│ ├── setup.md # Setup guide
│ ├── test-results.md # Test results
│ └── api/ # API endpoints
├── rick-and-morty-api.json # Postman collection
├── rick-and-morty-env.json # Environment
├── Dockerfile # Docker image
├── Makefile # Commands
└── .github/workflows/ # CI/CD

📝 License

MIT License - © 2026 Anxo Portela-Insua Blanco