api-test-runner

Automate Playwright API test execution and debugging with error checks.

1|Updated Jun 24, 2026
One-click install
npx skills add https://github.com/eziojianzheng/business-rest-api-recorder --skill api-test-runner-eziojianzheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: api-test-runner
Source: https://github.com/eziojianzheng/business-rest-api-recorder/tree/main/skills/api-test-runner
Command: npx skills add https://github.com/eziojianzheng/business-rest-api-recorder --skill api-test-runner-eziojianzheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of running and debugging Playwright API tests, automatically identifying and fixing common issues.

Core Features & Use Cases

  • Automated Test Execution: Run Playwright API tests with built-in checks for syntax errors, encoding issues, and password encryption.
  • Error Detection and Repair: Identify and fix common problems like unencrypted passwords, incorrect BASE_URL, and syntax errors.
  • Use Case: When you have a large number of API tests that need to be executed and verified, this Skill can save you time by automating the testing process.

Quick Start

Run the API test using the command 'run-api-test'.

Frequently Asked Questions about api-test-runner

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

FAQPage Schema
How do I automate Playwright API test execution and debugging?

Automate Playwright API test execution by running the 'run-api-test' command, which handles syntax errors, encoding issues, and password encryption automatically during debugging.

Why does my Playwright API test fail due to unencrypted passwords or incorrect BASE_URL?

Playwright API tests fail when passwords are unencrypted or the BASE_URL is incorrect, but automated error detection can identify and repair these common syntax and configuration issues during execution.

Can I run large batches of Playwright API tests and automatically verify the results?

Yes, you can execute large batches of Playwright API tests with automated verification, saving time by streamlining the testing process and automatically handling execution checks.

Do I need to manually fix syntax errors before running API test automation?

No, manual syntax error fixes are unnecessary before running API test automation, as the process includes built-in checks to automatically identify and resolve common syntax errors.

What is the best way to handle encoding issues in Playwright API testing?

The best way to handle encoding issues in Playwright API testing is using an automated test runner that includes built-in checks to detect and resolve encoding problems during execution.

Are there limitations when using automated test execution for debugging API tests?

Automated test execution for debugging API tests is limited to handling common issues like syntax errors, encoding problems, and password encryption, rather than complex logical test failures.