Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .claude/profiles/coding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ components:
- "creative"
- "research"
include:
- "qa-team"
- "outside-in-testing"
- "design-patterns-expert"

Expand Down
4 changes: 2 additions & 2 deletions .claude/skills/e2e-outside-in-test-generator/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires: []
invokes:
- test-gap-analyzer (test coverage analysis)
- shadow-testing (parallel test execution)
- outside-in-testing (methodology validation)
- qa-team (primary methodology validation; outside-in-testing remains an alias)
output_location: e2e/
---

Expand Down Expand Up @@ -614,7 +614,7 @@ The skill:
3. Runs tests against both environments
4. Reports discrepancies

**With outside-in-testing methodology:**
**With qa-team methodology (formerly outside-in-testing):**

The skill inherently follows outside-in testing:

Expand Down
Loading
Loading