test-and-verify-walnut

Orchestrate Playwright, API, and unit tests to verify Walnut features end-to-end.

27|7|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/EvanZhang008/walnut --skill test-and-verify-walnut
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-and-verify-walnut
Source: https://github.com/EvanZhang008/walnut/tree/main/.claude/skills/test-and-verify-walnut
Command: npx skills add https://github.com/EvanZhang008/walnut --skill test-and-verify-walnut

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

E2E verification for Walnut features ensures real user workflows are tested end-to-end via real UI interactions and API calls, rather than isolated unit checks.

Core Features & Use Cases

  • Design real user-workflow tests that exercise tasks, sessions, and agent tools.
  • Execute tests via Playwright for frontend, API calls for backend, and unit tests for isolated logic.
  • Generate a consolidated verification report detailing build status, scenarios, findings, and evidence from logs, screenshots, and outputs.

Quick Start

Run end-to-end verification by guiding the main agent through a console workflow to exercise a Walnut feature.

Frequently Asked Questions about test-and-verify-walnut

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

FAQPage Schema
How do I run end-to-end testing for Walnut features using Playwright?

Playwright UI tests, API checks, and unit tests are orchestrated together to run end-to-end verification for Walnut features. This approach validates real user workflows across frontend, backend, and session orchestration instead of relying on isolated unit checks.

What is the best way to automate cross-layer verification for full-stack features?

Cross-layer verification is automated by combining Playwright UI tests, API calls, and unit tests within a single workflow. This validates full-stack features by exercising tasks, sessions, and agent tools across frontend, backend, and session orchestration layers.

Does this E2E testing approach generate verification reports with logs and screenshots?

E2E testing generates a consolidated verification report detailing build status, scenarios, and findings. This report includes evidence captured from execution logs, screenshots, and outputs to provide full visibility into the regression testing results.

Can I use Playwright and API checks for regression testing and reliability checks?

Playwright and API checks are used for regression testing and reliability checks across full-stack features. They validate real user workflows across frontend, backend, and session orchestration to ensure ongoing functional reliability.

Why does isolated unit testing fail to validate real user workflows in Walnut?

Isolated unit testing fails to validate real user workflows because it tests logic separately rather than executing end-to-end UI interactions and API calls. E2E verification is required to capture the full context of tasks, sessions, and agent tools.