@@ -6,9 +6,9 @@ Comprehensive testcases have been added to ensure **production-ready quality** a
66
77## New Test Files Added
88
9- ### 1. ** config-builder-comprehensive .test.ts**
9+ ### 1. ** config-builder.test.ts**
1010
11- ** Location** : ` src/__tests__/config-builder-comprehensive .test.ts `
11+ ** Location** : ` src/__tests__/config-builder.test.ts `
1212
1313Tests the configuration builder and validation system.
1414
@@ -30,14 +30,14 @@ Tests the configuration builder and validation system.
3030** Test Cases** : 50+
3131
3232``` bash
33- npm test -- config-builder-comprehensive .test.ts
33+ npm test -- config-builder.test.ts
3434```
3535
3636---
3737
38- ### 2. ** template-system-comprehensive .test.ts**
38+ ### 2. ** integration/ template-loading .test.ts**
3939
40- ** Location** : ` src/__tests__/template-system-comprehensive .test.ts `
40+ ** Location** : ` src/__tests__/integration/ template-loading .test.ts `
4141
4242Tests the template registry and template composition system.
4343
@@ -56,14 +56,14 @@ Tests the template registry and template composition system.
5656** Test Cases** : 40+
5757
5858``` bash
59- npm test -- template-system-comprehensive .test.ts
59+ npm test -- integration/ template-loading .test.ts
6060```
6161
6262---
6363
64- ### 3. ** generator-comprehensive .test.ts**
64+ ### 3. ** integration/ generator.test.ts**
6565
66- ** Location** : ` src/__tests__/generator-comprehensive .test.ts `
66+ ** Location** : ` src/__tests__/integration/ generator.test.ts `
6767
6868Tests the project generator for actual project creation.
6969
@@ -86,7 +86,7 @@ Tests the project generator for actual project creation.
8686** Test Cases** : 50+
8787
8888``` bash
89- npm test -- generator-comprehensive .test.ts
89+ npm test -- integration/ generator.test.ts
9090```
9191
9292---
@@ -189,18 +189,18 @@ npm test -- src/__tests__/integration/e2e-scenarios.test.ts
1891896 . ** Config Builder Comprehensive**
190190
191191 ```
192- npm test -- config-builder-comprehensive .test.ts
192+ npm test -- config-builder.test.ts
193193 ```
194194
1951957 . ** Template System Comprehensive**
196196
197197 ```
198- npm test -- template-system-comprehensive .test.ts
198+ npm test -- integration/ template-loading .test.ts
199199 ```
200200
2012018 . ** Generator Comprehensive**
202202 ```
203- npm test -- generator-comprehensive .test.ts
203+ npm test -- integration/ generator.test.ts
204204 ```
205205
206206### CI Matrix
@@ -223,9 +223,9 @@ npm test
223223### Specific Test Suite
224224
225225``` bash
226- npm test -- config-builder-comprehensive .test.ts
227- npm test -- template-system-comprehensive .test.ts
228- npm test -- generator-comprehensive .test.ts
226+ npm test -- config-builder.test.ts
227+ npm test -- integration/ template-loading .test.ts
228+ npm test -- integration/ generator.test.ts
229229npm test -- src/__tests__/integration/e2e-scenarios.test.ts
230230```
231231
@@ -310,7 +310,7 @@ The CI workflow automatically:
310310
311311## What Each Test File Tests
312312
313- ### config-builder-comprehensive .test.ts
313+ ### config-builder.test.ts
314314
315315** Purpose** : Ensure configuration system works correctly
316316
@@ -326,7 +326,7 @@ Tests:
326326
327327---
328328
329- ### template-system-comprehensive .test.ts
329+ ### integration/ template-loading .test.ts
330330
331331** Purpose** : Ensure templates load correctly for all configs
332332
@@ -341,7 +341,7 @@ Tests:
341341
342342---
343343
344- ### generator-comprehensive .test.ts
344+ ### integration/ generator.test.ts
345345
346346** Purpose** : Ensure projects are generated correctly
347347
0 commit comments