# Shinecode Testing Standard

## Testing Philosophy
Tests protect behavior. Do not write tests merely to increase coverage percentages.

## Test Layers
Unit -> Component -> Integration -> API -> E2E -> Accessibility

## Test Data
Never use production customer data in tests.
