-
5bc4bdb: Add debug mode for troubleshooting annotation issues using @lytics/kero logger
Set
PLAYWRIGHT_ANNOTATIONS_DEBUG=trueto 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 testThis release adds
@lytics/keroas a dependency for structured logging with pretty output in development and JSON in production.