Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 575 Bytes

File metadata and controls

21 lines (13 loc) · 575 Bytes

@lytics/playwright-annotations

0.2.0

Minor Changes

  • 5bc4bdb: Add debug mode for troubleshooting annotation issues using @lytics/kero logger

    Set PLAYWRIGHT_ANNOTATIONS_DEBUG=true to enable verbose logging that shows:

    • When each annotation helper is called
    • What annotations exist at each step
    • Validation results and errors

    Example usage:

    PLAYWRIGHT_ANNOTATIONS_DEBUG=true npx playwright test

    This release adds @lytics/kero as a dependency for structured logging with pretty output in development and JSON in production.