plantocode-live-e2e

Runs PlanToCode desktop end-to-end tests validating Auth0 JWT, Codex auth-file, and refresh tokens while capturing failure artifacts and logs for debugging.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/helpful-bits/plantocode --skill plantocode-live-e2e
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plantocode-live-e2e
Source: https://github.com/helpful-bits/plantocode/tree/main/.agents/skills/plantocode-live-e2e
Command: npx skills add https://github.com/helpful-bits/plantocode --skill plantocode-live-e2e

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables the execution and debugging of PlanToCode's end-to-end tests against a live runtime environment, ensuring critical authentication and operational paths function correctly without relying on mocks.

Core Features & Use Cases

  • Live Authentication Testing: Validates Auth0-backed JWT checks and Codex auth-file interactions for desktop dictation.
  • End-to-End Validation: Runs comprehensive E2E tests that mimic production behavior, including refresh token validation.
  • Artifact Collection: Automatically captures desktop logs and failure artifacts for detailed analysis.
  • Use Case: When a new feature impacting user authentication or voice transcription is developed, this Skill can be used to run the full E2E suite against a staging or production-like environment to catch regressions before release.

Quick Start

Execute the live E2E test suite for PlanToCode desktop.

Frequently Asked Questions about plantocode-live-e2e

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

FAQPage Schema
How do I run live E2E tests for a desktop app with Auth0 JWT authentication?

To run live E2E tests with Auth0 JWT authentication, execute a test suite against a real runtime environment to validate actual authentication paths instead of relying on mocks, capturing desktop logs and artifacts for any failures.

What is the best way to debug refresh token validation in a desktop E2E environment?

Debugging refresh token validation in a desktop E2E environment involves running tests against a live runtime while directly monitoring PTY and log streams, allowing you to capture failure artifacts and analyze real authentication behavior.

Can I test Codex auth-file validation without using mocked authentication paths?

Yes, you can validate Codex auth-file interactions without mocks by running live end-to-end tests that verify real authentication paths, including Auth0-backed JWT checks and refresh token verification.

How do I capture desktop logs and failure artifacts during end-to-end testing?

Capturing desktop logs and failure artifacts during end-to-end testing requires running live E2E tests against a real runtime environment, automatically collecting logs and artifacts for detailed analysis and remediation upon test failures.

Why do I need direct PTY and log stream monitoring during live E2E test execution?

Direct PTY and log stream monitoring is required during live E2E test execution to observe real-time authentication behavior and operational paths, ensuring accurate debugging of JWT checks and token validation without mock interference.

When should I use live E2E testing instead of mocked authentication tests?

Live E2E testing should be used instead of mocked tests when validating critical user authentication or voice transcription features, ensuring comprehensive end-to-end validation against a staging or production-like environment to catch regressions before release.