Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add E2E tests for Live-Markdown #44028

Closed
thienlnam opened this issue Jun 19, 2024 · 2 comments
Closed

Add E2E tests for Live-Markdown #44028

thienlnam opened this issue Jun 19, 2024 · 2 comments
Labels
Daily KSv2

Comments

@thienlnam
Copy link
Contributor

Problem:
Testing all markdown scenarios manually after any changes to the library is challenging and time-consuming. This often leads to regressions that are not immediately detected, negatively impacting the functionality and reliability of the markdown library.

Solution:
Implementing end-to-end (E2E) tests for live markdown ensures comprehensive coverage of all possible markdown scenarios. Automated E2E tests can quickly identify regressions and validate that recent changes do not break existing functionality. This approach enhances the robustness of the markdown library, ensuring consistent and reliable performance across all use cases.

@thienlnam
Copy link
Contributor Author

Currently being worked on here Expensify/react-native-live-markdown#337 by @BrtqKr

@tomekzaw
Copy link
Contributor

I think we can close this issue because Expensify/react-native-live-markdown#337 has been merged.

@melvin-bot melvin-bot bot added the Overdue label Jun 22, 2024
@melvin-bot melvin-bot bot removed the Overdue label Jun 24, 2024
@thienlnam thienlnam moved this from CRITICAL to Done in Live Markdown Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Daily KSv2
Projects
Status: Done
Development

No branches or pull requests

2 participants