From 035cdbc051c7a799b1b6074371133e0c655f9b3e Mon Sep 17 00:00:00 2001 From: Gregory Gauthier Date: Wed, 8 Apr 2026 13:39:02 +0100 Subject: [PATCH] feat(articles): add draft page for Testing Telos Introduces an interactive HTML page in drafts/ explaining testing strategies via geometric shapes (triangle, bullseye, diamond, star). Includes embedded CSS for responsive design, SVG icons, and JavaScript for overview/detail view navigation. --- articles/drafts/testing-telos.html | 361 +++++++++++++++++++++++++++++ 1 file changed, 361 insertions(+) create mode 100644 articles/drafts/testing-telos.html diff --git a/articles/drafts/testing-telos.html b/articles/drafts/testing-telos.html new file mode 100644 index 0000000..245c384 --- /dev/null +++ b/articles/drafts/testing-telos.html @@ -0,0 +1,361 @@ + + + + + +Testing Telos + + + + + + + +
+
+ +
+ +
Feature Iteration
+
Emphasis downward
+
+ +
+ +
Invariance Testing
+
Emphasis inward
+
+ +
+ +
Cross-Cutting Changes
+
Emphasis outward
+
+ +
+ +
Targeted Concerns
+
Emphasis spiked
+
+ +
+
+ + + + + + + +