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
Integrate azd-core v0.2.0 and Extract Testing Utilities (#26)
* refactor: rename AZD_SCRIPT_DEBUG to AZD_DEBUG and update related documentation
* chore: update dependencies and add new changelog entries
- Updated astro from 5.16.6 to 5.16.8
- Updated @playwright/test from 1.49.0 to 1.57.0
- Updated @types/node from 22.10.2 to 25.0.5
- Updated tailwindcss from 4.0.0 to 4.1.18
- Updated tsx from 4.19.2 to 4.21.0
- Updated typescript from 5.7.2 to 5.9.3
- Added new release entries for versions 0.2.30 and 0.2.29 in the changelog
* feat: extract testhelpers to azd-core/testutil package
- Created azd-core/testutil package with enhanced functionality.
- Extracted CaptureOutput, FindTestData, TempDir, and Contains helpers.
- Added comprehensive tests targeting ≥85% coverage.
- Updated azd-core README with testutil documentation.
feat: extract cliout package to azd-core for standardized CLI output
- Created azd-core/cliout package with full output formatting functions.
- Maintained Unicode detection, ANSI colors, and JSON mode.
- Added tests targeting ≥80% coverage.
- Updated azd-core README with cliout documentation.
refactor: migrate azd-exec to use azd-core/testutil
- Updated azd-exec to replace internal testhelpers with testutil.
- Deleted internal testhelpers package.
- Verified all tests pass with no regressions.
refactor: migrate azd-app to use azd-core/testutil
- Updated azd-app test infrastructure to utilize testutil.
- Enhanced existing tests with CaptureOutput and Contains.
- Verified all tests pass.
refactor: migrate azd-app output to azd-core/cliout
- Updated azd-app to import cliout from azd-core.
- Deleted internal output package.
- Verified CLI output remains unchanged.
feat: enhance azd-exec CLI output using cliout
- Updated azd-exec commands to use cliout for consistent output formatting.
- Added JSON output mode support.
- Verified all tests pass.
docs: create extension patterns guide in azd-core
- Documented version management, logging, and structure patterns.
- Included examples from azd-exec and azd-app.
chore: update azd-core v0.3.0 release notes
- Documented new packages (testutil, cliout) and integration impact.
- Updated CHANGELOG.md with v0.3.0 entry.
* chore: update azd-core target version to v0.2.0 in extraction specs and tasks
* fix: handle errors when setting output format in version command
* fix: use azd-core v0.2.1 and remove local replace directive for CI
0 commit comments