api-testing-automation

Generate and execute API tests across unit, integration, E2E, performance, and Oracle sync scenarios.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/alabasi2025/manus-skills-library --skill api-testing-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-testing-automation
Source: https://github.com/alabasi2025/manus-skills-library/tree/main/quality-testing/api-testing-automation
Command: npx skills add https://github.com/alabasi2025/manus-skills-library --skill api-testing-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

هذه المهارة توفّر أتمتة كاملة لإنشاء وتشغيل اختبارات APIs بأنواعها: الوحدات، التكامل، End-to-End، الأداء، ومزامنة Oracle، مما يقلّل العمل اليدوي ويزيد من الثقة في جودة الواجهات البرمجية.

Core Features & Use Cases

  • Unit Tests: توليد اختبارات الوحدات من المسارات API وتوفير بيانات محاكاة.
  • Integration & E2E Tests: إنتاج اختبارات التكامل وEnd-to-End مع قوالب وتقارير قياسية.
  • Performance Tests: إنشاء اختبارات الأداء باستخدام أدوات مثل k6.
  • Oracle Sync: تضمين اختبارات تحقق من مزامنة البيانات مع Oracle كجزء من سير العمل.

Quick Start

شغّل مولّد الاختبارات ضد ملف مسار API الخاص بك لإنتاج اختبارات للوحدات والتكامل والأداء ومزامنة Oracle. ثم نفّذ الاختبارات في بيئتك:

  • python ./scripts/generate_tests.py --api-route ./routes/sample.api.ts --output ./tests
  • npm run test
  • npm run test:integration
  • k6 run ./tests/performance/sample.k6.js

Frequently Asked Questions about api-testing-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate API tests for unit, integration, and E2E scenarios?

Automate API tests by generating templates and scripts for unit, integration, and E2E scenarios. The tool targets API route files to produce CI-ready artifacts, standard reports, and mock data in the scripts directory.

How do I generate and run performance tests for my API routes?

Generate performance tests for API routes using built-in script generation. It creates k6 test scripts in your tests directory, which you can execute using the k6 run command to measure API performance under load.

Can I use this to verify Oracle sync processes within my API workflow?

Verify Oracle sync processes by including generated data synchronization tests within your API workflow. It creates specific test cases to validate that your API correctly synchronizes data with Oracle databases.

What is the best way to integrate automated API testing into a CI pipeline?

Integrate automated API testing into a CI pipeline by generating CI-ready test scripts and artifacts. The generated tests support standard CI systems, allowing you to execute unit, integration, and performance tests automatically.

Do I need specific dependencies to generate API test templates and mocks?

No specific dependencies are required to generate API test templates and mocks. The tool operates independently to produce test scripts and mock data in the scripts directory from your targeted API route files.

What limitations exist when automating E2E API tests with generated scripts?

Limitations include relying on the structure of your targeted API route files to generate E2E tests. Complex routing logic or undocumented endpoints may require manual adjustments to the generated test templates and scripts.