E2e Devcontainer banner
Nimbalyst Nimbalyst

E2e Devcontainer

Development community

Description

--- name: e2e-devcontainer description: Run E2E tests in a dev container (isolated environment) --- Run E2E tests in a dev container for isolation. This command manages the full container lifecycle automatically. **Important:** This is designed for worktree-based workflows where multiple containers may run simultaneously. Each worktree gets its own named container for isolation. ## Your Responsibilities When this command is invoked, you MUST: 1. **Ensure Docker is running** - Start Docker De

Installation

Installs to ~/.claude/commands/nimbalyst-nimbalyst-e2e-devcontainer.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/Nimbalyst/nimbalyst/HEAD/.claude/commands/e2e-devcontainer.md -o ~/.claude/commands/nimbalyst-nimbalyst-e2e-devcontainer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository