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
Currently, our end-to-end (E2E) tests use simple console logs for output, which lacks flexibility and advanced features. We propose integrating the Winston logger into the E2E tests to enhance logging capabilities with features like log levels, formatting.
Motivation
Implementing Winston logger will improve debugging and monitoring of E2E tests by providing structured and configurable logs.
Tasks
Integrate Winston logger into the E2E testing framework (Jest)
Replace all console logs with Winston logger methods
Configure appropriate log levels (e.g., info, error) and formatting
Test logging output to ensure correctness
Acceptance criteria
All console logs are replaced with Winston logger calls
Logs are properly formatted and include necessary details
Logging does not negatively impact test performance
E2E tests run successfully with the new logging system
Risks
Potential impact on test execution time due to logging overhead
Remember to
Add the documentation label in case there is an impact on the documentation
Add priority and team labels
Add Task for updating the Runbook or adding/updating existing metrics and alerts.
The text was updated successfully, but these errors were encountered:
Description
Currently, our end-to-end (E2E) tests use simple console logs for output, which lacks flexibility and advanced features. We propose integrating the Winston logger into the E2E tests to enhance logging capabilities with features like log levels, formatting.
Motivation
Implementing Winston logger will improve debugging and monitoring of E2E tests by providing structured and configurable logs.
Tasks
Acceptance criteria
Risks
Remember to
documentation
label in case there is an impact on the documentationpriority
andteam
labelsThe text was updated successfully, but these errors were encountered: