Skip to content

Releases: awarelabshq/testchimp-github-testrunner

v1.0.22

21 Dec 05:13

Choose a tag to compare

v1.0.19

12 Nov 08:32

Choose a tag to compare

v1.0.18

03 Oct 06:58

Choose a tag to compare

Rebuild dist with runner-core v0.0.30

v1.0.17

03 Oct 06:10

Choose a tag to compare

updated to use new runner-core

v1.0.16

29 Sep 06:09

Choose a tag to compare

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

29 Sep 05:09

Choose a tag to compare

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

28 Sep 00:45

Choose a tag to compare

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

27 Sep 10:03

Choose a tag to compare

  • 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

26 Sep 14:35
1e731dc

Choose a tag to compare

Update llm-facade.ts

v1.0.8

26 Sep 05:55

Choose a tag to compare

feat: Add user-friendly error message for insufficient credits (412 e…