|
10 | 10 | **TestIQ v0.2.1** - Catch duplicate and redundant tests before they pollute your codebase. Perfect for AI-generated test suites. |
11 | 11 |
|
12 | 12 | <p align="center"> |
13 | | - <img src="docs/screenshots/testiq_test_dup.png" alt="TestIQ Duplicate Detection" width="800"/> |
| 13 | + <img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup.png" alt="TestIQ Duplicate Detection" width="800"/> |
14 | 14 | </p> |
15 | 15 |
|
16 | 16 | --- |
@@ -72,18 +72,18 @@ Total tests: 47 |
72 | 72 | ## 📸 Screenshots |
73 | 73 |
|
74 | 74 | ### Exact Duplicates Detection |
75 | | -<img src="docs/screenshots/testiq_test_dup.png" alt="Exact Duplicates" width="800"/> |
| 75 | +<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup.png" alt="Exact Duplicates" width="800"/> |
76 | 76 |
|
77 | 77 | ### Side-by-Side Coverage Comparison |
78 | | -<img src="docs/screenshots/testiq_test_dup_compare.png" alt="Coverage Comparison" width="800"/> |
| 78 | +<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup_compare.png" alt="Coverage Comparison" width="800"/> |
79 | 79 |
|
80 | 80 | ### Subset Duplicates (Tests Completely Covered by Others) |
81 | | -<img src="docs/screenshots/testiq_test_subset.png" alt="Subset Duplicates" width="800"/> |
82 | | -<img src="docs/screenshots/testiq_test_subset_compare.png" alt="Subset Comparison" width="800"/> |
| 81 | +<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_subset.png" alt="Subset Duplicates" width="800"/> |
| 82 | +<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_subset_compare.png" alt="Subset Comparison" width="800"/> |
83 | 83 |
|
84 | 84 | ### Similar Test Detection |
85 | | -<img src="docs/screenshots/testiq_test_similar.png" alt="Similar Tests" width="800"/> |
86 | | -<img src="docs/screenshots/testiq_test_similar_compare.png" alt="Similar Test Comparison" width="800"/> |
| 85 | +<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_similar.png" alt="Similar Tests" width="800"/> |
| 86 | +<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_similar_compare.png" alt="Similar Test Comparison" width="800"/> |
87 | 87 |
|
88 | 88 | --- |
89 | 89 |
|
|
0 commit comments