From f26f30dca5756759ed7680011c9588288f994d83 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 15 Jul 2026 15:20:11 +0700 Subject: [PATCH 1/2] link to article about pyramid testing --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4561dc6..16fbd34 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,8 @@ Total: 60 tests Your suite is getting heavier. ``` +The [Practical Test Pyramid](https://martinfowler.com/articles/practical-test-pyramid.html) article explains tests at different levels and their practical trade-offs. + Pyrameter classifies executed tests as `unit`, `functional`, `integration`, or `e2e` based on the code they use, then compares the totals with your target shape. ## Quick start From 6e93bacd7d549290696bb6168a3e1756391df8db Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Wed, 15 Jul 2026 15:36:34 +0700 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16fbd34..118d76e 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,10 @@ Total: 60 tests Your suite is getting heavier. ``` -The [Practical Test Pyramid](https://martinfowler.com/articles/practical-test-pyramid.html) article explains tests at different levels and their practical trade-offs. - 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: