Skip to content

Commit a2dab49

Browse files
committed
feat: Add integration test files to .gitignore and update changelog with test tasks
1 parent be4a845 commit a2dab49

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,8 @@ dist
137137
# Vite logs files
138138
vite.config.js.timestamp-*
139139
vite.config.ts.timestamp-*
140+
141+
# Integration test files
142+
integration-test-metrics.json
143+
integration-test-report.md
144+
integration-test.log

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this repository will be documented in this file.
55
Format and process
66

77
- The `Unreleased` section contains completed tasks that have been removed from `TODO.md` and are targeted for the next release.
8+
- integration.test.task.003 — undefined — Test cleanup
9+
- integration.test.task.002 — undefined — Integration test completion
810
- Each entry should include: task id, summary, author, PR or commit link, and a one-line description of the change.
911
- When creating a release, move the entries from `Unreleased` to a new versioned section (e.g. `## [1.0.0] - 2025-09-20`) and include release notes.
1012

0 commit comments

Comments
 (0)