feat(documentation): Enhance README with detailed test features and update local settings for build permissions.

This commit is contained in:
2025-05-16 00:54:10 +00:00
parent f452a58fff
commit 946e467c26
3 changed files with 148 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2025-05-16 - 1.8.0 - feat(documentation)
Enhance README with detailed test features and update local settings for build permissions.
- Expanded the documentation to include tag filtering, parallel test execution groups, lifecycle hooks, snapshot testing, timeout control, retry logic, and test fixtures
- Updated .claude/settings.local.json to allow additional permissions for various build and test commands
## 2025-05-16 - 1.7.0 - feat(tstest)
Enhance tstest with fluent API, suite grouping, tag filtering, fixture & snapshot testing, and parallel execution improvements