katalyst-bdd-troubleshooting

Diagnose and resolve Katalyst BDD test failures with structured remediation steps.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/esimplicityinc/katalyst-domain-mapper --skill katalyst-bdd-troubleshooting
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: katalyst-bdd-troubleshooting
Source: https://github.com/esimplicityinc/katalyst-domain-mapper/tree/main/.opencode/skills/katalyst-bdd-troubleshooting
Command: npx skills add https://github.com/esimplicityinc/katalyst-domain-mapper --skill katalyst-bdd-troubleshooting

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers quickly triage and fix Katalyst BDD test failures by providing a structured troubleshooting guide that maps symptoms to causes and proven remediation steps.

Core Features & Use Cases

  • Guided diagnosis for common BDD symptoms such as element not found, authentication failures, and interpolation issues.
  • Hands-on remedies with concrete steps, example commands, and configuration checks suitable for local runs and CI pipelines.
  • Use Case Scenarios including debugging flaky UI tests, API step resolution, and CI/CD reliability improvements.

Quick Start

Use katalyst-bdd-troubleshooting as a reference to triage a failing BDD scenario, consult the symptom sections, and apply the recommended fixes to restore test stability.

Frequently Asked Questions about katalyst-bdd-troubleshooting

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

FAQPage Schema
How do I fix element-not-found errors in BDD test automation?

BDD authentication failures are triaged by checking session token validity, validating API step credentials, and applying targeted remediation steps to restore secure test execution.

Why does my BDD scenario fail with interpolation issues in API steps?

BDD interpolation issues in API steps occur when variable binding fails, requiring configuration checks and syntax validation to ensure data maps correctly into step definitions.

How do I troubleshoot flaky UI tests in a CI/CD pipeline?

Troubleshooting flaky UI tests in CI/CD involves reviewing pipeline configuration checks, analyzing execution logs, and applying remediation steps to improve test reliability and stability.

Can I use this troubleshooting guide for both local and CI pipeline test runs?

Yes, this troubleshooting guide provides concrete remediation steps, example commands, and configuration checks suitable for diagnosing BDD failures in both local development runs and CI pipelines.

What is the best way to triage failing BDD scenarios across API and UI steps?

The best way to triage failing BDD scenarios is to map symptoms like element-not-found and authentication errors to proven causes, then apply targeted remediation steps across API and UI layers.