Skip to content
Merged
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ Your suite is getting heavier.

Pyrameter classifies executed tests as `unit`, `functional`, `integration`, or `e2e` based on the code they use, then compares the totals with your target shape.

The [Practical Test Pyramid](https://martinfowler.com/articles/practical-test-pyramid.html) article explains tests at different levels. Pyrameter helps you measure their distribution against the target shape you define.

## Quick start

Install with Composer:
Expand Down
Loading