Design System GuideDS Guide
Docs
Docs20. Documentation
22. Testing Strategy22.1 Static analysis22.2 Unit and component tests22.3 Accessibility tests22.4 Visual regression22.5 Contract testing
23. Versioning and Releases
22. Testing Strategy

22.5 Contract testing

Testing Strategy · Section 22.5

If multiple frameworks consume shared tokens, test generated outputs.

Example:

tokens.json
   ↓
CSS variables
   ↓
TypeScript
   ↓
Android
   ↓
iOS

A change should resolve consistently across all platforms.

22.4 Visual regression

Testing Strategy · Section 22.4

23. Versioning and Releases

Manage semantic versions, releases, and deprecation.