debug-integration-test

Diagnose Sculptor frontend integration test failures from Playwright logs and traces.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill debug-integration-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: debug-integration-test
Source: https://github.com/imbue-ai/sculptor/tree/main/.claude/skills/debug-integration-test
Command: npx skills add https://github.com/imbue-ai/sculptor --skill debug-integration-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill aids in troubleshooting and diagnosing frontend integration test failures in Sculptor, enabling quick identification of root causes and resolution strategies.

Core Features & Use Cases

  • Debugging Test Failures: Identifies and explains common failure modes in Sculptor integration tests.
  • Investigation Strategies: Provides step-by-step guidance for analyzing test logs, trace files, and screenshots.
  • Use Case: When faced with a failing integration test in Sculptor, use this Skill to determine the cause, whether it's a timeout error, a missing element, or an incorrect command.

Quick Start

Run the debug-integration-test skill when an integration test in Sculptor fails to diagnose the issue.

Frequently Asked Questions about debug-integration-test

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

FAQPage Schema
How do I debug Playwright integration test failures related to element states and network issues?

You can diagnose Playwright integration test failures by parsing logs, trace files, and screenshots with Python to pinpoint element state errors, network issues, and command execution failures.

What is the best way to diagnose timeout errors and missing elements in frontend integration tests?

The best way to diagnose timeout errors and missing elements is to investigate frontend integration test outputs by parsing test logs and trace files to determine the exact failure cause and resolution strategy.

How do I parse Playwright trace files and screenshots to troubleshoot test failures?

Parse Playwright trace files and screenshots using Python to analyze test outputs, investigate failure modes, and identify root causes for integration test troubleshooting.

Can I use Python to analyze Playwright logs for frontend integration test troubleshooting?

Yes, you can use Python to analyze Playwright logs, trace files, and screenshots, targeting test failures related to element states, network issues, and command execution for efficient frontend integration test troubleshooting.

Why does my Sculptor frontend integration test fail during command execution?

Your Sculptor frontend integration test fails during command execution due to element state issues, network problems, or timeout errors, which can be diagnosed by analyzing Playwright logs and trace files.