---
name: E2E Testing
slug: e2e-testing
category: Quality
description: E2E Testing validates the entire persistence pipeline end-to-end. Use it when you need to verify that data flows correctly through the full stack.
github: "https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/complete-skill"
language: Python
stars: 3902
forks: 296
install: "npx degit https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/complete-skill ~/.claude/skills/complete-skill"
installs_to: ~/.claude/skills/complete-skill
source_path: .claude/skills/complete-skill/SKILL.md
collection_size: 25
category_size: 1354
collection_url: "https://dirskills.com/collections/parcadei/Continuous-Claude-v3"
added: 2026-08-16T07:01:45.142Z
last_synced: 2026-08-16T07:01:45.142Z
canonical_url: "https://dirskills.com/skills/e2e-testing"
---

# E2E Testing

E2E Testing validates the entire persistence pipeline end-to-end. Use it when you need to verify that data flows correctly through the full stack.

**Install:**

```bash
npx degit https://github.com/parcadei/Continuous-Claude-v3/tree/main/.claude/skills/complete-skill ~/.claude/skills/complete-skill
```

## README

# complete-skill

## When to Use

Test the entire persistence pipeline

## Instructions

1. Do this
2. Then that
