Releases: awarelabshq/testchimp-github-testrunner
Releases · awarelabshq/testchimp-github-testrunner
v1.0.22
Full Changelog: v1.0.21...v1.0.22
v1.0.19
Full Changelog: v1.0.17...v1.0.19
v1.0.18
Rebuild dist with runner-core v0.0.30
v1.0.17
updated to use new runner-core
v1.0.16
feat: Add logger implementation for runner-core integration - Set up logger callback for TestChimpService to use GitHub Actions logging - Maps runner-core log levels to core.info, core.warning, core.error - Ensures proper logging output in GitHub Actions workflow runs - Maintains environment-agnostic runner-core architecture
v1.0.14
Fix TestChimp managed test detection - Use correct detection logic that only identifies tests with 'This is a TestChimp Managed Test' - Fixes false positives in test detection - Improves accuracy of test identification
v1.0.11
chore: Update testchimp-runner-core to v0.0.12 - Updated runner-core dependency from v0.0.6 to v0.0.12 - Reverted peer dependencies to regular dependencies for better bundling - Ensures compatibility with GitHub Actions environment
v1.0.10: Externalize Playwright packages in GitHub Action build
- Add --external playwright --external @playwright/test to ncc build
- Prevents bundling Playwright which was causing path type errors
- Reduces bundle size from 5553kB to 1051kB
- Fixes TypeError: path argument must be string, received number
v1.0.9
Update llm-facade.ts
v1.0.8
feat: Add user-friendly error message for insufficient credits (412 e…