junit-integration

Installation
SKILL.md

JUnit Integration Skill

REFERENCE MODE: This skill provides reference material. Load specific standards on-demand based on current task.

Integration testing standards for Maven projects using the Failsafe plugin. This skill covers test separation, naming conventions, and profile configuration.

Prerequisites

This skill applies to Maven projects:

  • maven-surefire-plugin (unit tests)
  • maven-failsafe-plugin (integration tests)

Key Principles

Test Separation

Integration tests should be completely separated from unit tests to ensure:

Installs
1
GitHub Stars
5
First Seen
Jul 11, 2026
junit-integration — cuioss/plan-marshall