write-test-code

Generate pytest and Playwright test code from TC JSON or scenario inputs.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/MediSolveAIDev/QA-MEDI-PLUGIN --skill write-test-code
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: write-test-code
Source: https://github.com/MediSolveAIDev/QA-MEDI-PLUGIN/tree/main/.claude/skills/write-test-code
Command: npx skills add https://github.com/MediSolveAIDev/QA-MEDI-PLUGIN --skill write-test-code

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TC 또는 시나리오를 기반으로 테스트 코드 생성을 자동화하여 수동 코딩 시간을 대폭 줄이고 초기 테스트 커버리지를 빠르게 확보합니다.

Core Features & Use Cases

  • TC/시나리오 기반 생성: TC JSON 파일 또는 시나리오를 입력으로 받아 pytest + Playwright 테스트 코드를 자동으로 생성합니다.
  • 즉시 실행 가능한 코드 생성: 생성된 테스트 파일은 바로 pytest로 실행 가능하도록 구성됩니다.
  • Use Case: 대규모 테스트 스위트를 신속히 구축해야 하는 프로젝트에서 TC/시나리오를 받아 테스트 파일을 자동으로 생성합니다.

Quick Start

TC 파일 경로 또는 시나리오 파일 경로를 하나 전달하면 테스트 코드 생성을 즉시 시작합니다.

Frequently Asked Questions about write-test-code

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

FAQPage Schema
How do I generate pytest and Playwright test code from a test scenario?

You can generate pytest and Playwright test code by passing a TC JSON file or scenario file path. The tool processes these scenario-driven inputs to output production-ready Python test files.

Can I automatically create Python test files from TC JSON inputs?

Yes, you can automatically create Python test files from TC JSON inputs. The generated test files are immediately executable with pytest and configured for Playwright automation.

What is the best way to rapidly build test coverage from scenario-driven inputs?

The best way to rapidly build test coverage from scenario-driven inputs is automating test generation. This approach converts TC JSON or scenarios directly into ready-to-run pytest and Playwright test files, reducing manual coding time.

Do I need a specific environment setup to run the generated pytest and Playwright tests?

You need a Python environment with pytest and Playwright installed to run the generated tests. The tool outputs production-ready Python test files designed to execute immediately within this standard testing stack.

Are there limitations when generating test code from TC JSON for large test suites?

When generating test code from TC JSON for large test suites, the primary limitation is the quality of the scenario inputs. The tool rapidly automates initial coverage but requires well-structured TC JSON to produce valid pytest and Playwright tests.