You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major iteration to stabilize the test framework and resolve all test failures.
10
+
11
+
## Fixed Issues
12
+
-**Configuration File Lifecycle**: Resolved step definition conflicts where "I am in the monorepo root" was overwriting configuration files created by "the monorepo has been initialized"
13
+
-**Step Definition Duplication**: Fixed duplicate "the monorepo is initialized" steps in workspace.steps.ts and validation.steps.ts that had different behavior
14
+
-**Package Generator**: Added `types: []` override in generated tsconfig.json to avoid vitest/globals dependency requirement
-**Validation Testing**: Corrected error output expectations (stdout vs stderr) for validation failure scenarios
17
+
18
+
## Test Results
19
+
- Reduced from **22 failures** to **0 failures**
20
+
- All 123 scenarios now passing (932 steps total)
21
+
- Test execution time: ~25 seconds
22
+
23
+
## Impact
24
+
25
+
This stabilizes the testing infrastructure and ensures reliable CI/CD pipelines going forward. The fixes primarily affect test step definitions and output formatting, with minimal changes to core functionality.
Copy file name to clipboardExpand all lines: packages/error-handling/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# @deepracticex/error-handling
2
2
3
+
## 0.2.0
4
+
5
+
### Minor Changes
6
+
7
+
- ba85ad1: # Test Framework Stabilization
8
+
9
+
Major iteration to stabilize the test framework and resolve all test failures.
10
+
11
+
## Fixed Issues
12
+
-**Configuration File Lifecycle**: Resolved step definition conflicts where "I am in the monorepo root" was overwriting configuration files created by "the monorepo has been initialized"
13
+
-**Step Definition Duplication**: Fixed duplicate "the monorepo is initialized" steps in workspace.steps.ts and validation.steps.ts that had different behavior
14
+
-**Package Generator**: Added `types: []` override in generated tsconfig.json to avoid vitest/globals dependency requirement
-**Validation Testing**: Corrected error output expectations (stdout vs stderr) for validation failure scenarios
17
+
18
+
## Test Results
19
+
- Reduced from **22 failures** to **0 failures**
20
+
- All 123 scenarios now passing (932 steps total)
21
+
- Test execution time: ~25 seconds
22
+
23
+
## Impact
24
+
25
+
This stabilizes the testing infrastructure and ensures reliable CI/CD pipelines going forward. The fixes primarily affect test step definitions and output formatting, with minimal changes to core functionality.
Copy file name to clipboardExpand all lines: packages/logger/CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# @deepracticex/logger
2
2
3
+
## 0.2.0
4
+
5
+
### Minor Changes
6
+
7
+
- ba85ad1: # Test Framework Stabilization
8
+
9
+
Major iteration to stabilize the test framework and resolve all test failures.
10
+
11
+
## Fixed Issues
12
+
-**Configuration File Lifecycle**: Resolved step definition conflicts where "I am in the monorepo root" was overwriting configuration files created by "the monorepo has been initialized"
13
+
-**Step Definition Duplication**: Fixed duplicate "the monorepo is initialized" steps in workspace.steps.ts and validation.steps.ts that had different behavior
14
+
-**Package Generator**: Added `types: []` override in generated tsconfig.json to avoid vitest/globals dependency requirement
-**Validation Testing**: Corrected error output expectations (stdout vs stderr) for validation failure scenarios
17
+
18
+
## Test Results
19
+
- Reduced from **22 failures** to **0 failures**
20
+
- All 123 scenarios now passing (932 steps total)
21
+
- Test execution time: ~25 seconds
22
+
23
+
## Impact
24
+
25
+
This stabilizes the testing infrastructure and ensures reliable CI/CD pipelines going forward. The fixes primarily affect test step definitions and output formatting, with minimal changes to core functionality.
Major iteration to stabilize the test framework and resolve all test failures.
10
+
11
+
## Fixed Issues
12
+
-**Configuration File Lifecycle**: Resolved step definition conflicts where "I am in the monorepo root" was overwriting configuration files created by "the monorepo has been initialized"
13
+
-**Step Definition Duplication**: Fixed duplicate "the monorepo is initialized" steps in workspace.steps.ts and validation.steps.ts that had different behavior
14
+
-**Package Generator**: Added `types: []` override in generated tsconfig.json to avoid vitest/globals dependency requirement
-**Validation Testing**: Corrected error output expectations (stdout vs stderr) for validation failure scenarios
17
+
18
+
## Test Results
19
+
- Reduced from **22 failures** to **0 failures**
20
+
- All 123 scenarios now passing (932 steps total)
21
+
- Test execution time: ~25 seconds
22
+
23
+
## Impact
24
+
25
+
This stabilizes the testing infrastructure and ensures reliable CI/CD pipelines going forward. The fixes primarily affect test step definitions and output formatting, with minimal changes to core functionality.
Major iteration to stabilize the test framework and resolve all test failures.
10
+
11
+
## Fixed Issues
12
+
-**Configuration File Lifecycle**: Resolved step definition conflicts where "I am in the monorepo root" was overwriting configuration files created by "the monorepo has been initialized"
13
+
-**Step Definition Duplication**: Fixed duplicate "the monorepo is initialized" steps in workspace.steps.ts and validation.steps.ts that had different behavior
14
+
-**Package Generator**: Added `types: []` override in generated tsconfig.json to avoid vitest/globals dependency requirement
-**Validation Testing**: Corrected error output expectations (stdout vs stderr) for validation failure scenarios
17
+
18
+
## Test Results
19
+
- Reduced from **22 failures** to **0 failures**
20
+
- All 123 scenarios now passing (932 steps total)
21
+
- Test execution time: ~25 seconds
22
+
23
+
## Impact
24
+
25
+
This stabilizes the testing infrastructure and ensures reliable CI/CD pipelines going forward. The fixes primarily affect test step definitions and output formatting, with minimal changes to core functionality.
0 commit comments