Add automated testing PoC for Guard App login screen#274
Add automated testing PoC for Guard App login screen#274dhruvi-0406 wants to merge 4 commits intomainfrom
Conversation
2d8bc03 to
362cf12
Compare
362cf12 to
1b83714
Compare
|
before we can approve this PR, there are a few important areas that need to be addressed: Key concerns (must fix): Improvements expected: Also, can you please try to fix the Lint / ESLint & Prettier errors? There is a tutorial on Teams you can follow. If anything is unclear or you need help, please let me know — happy to help you through it. |
Implemented an automated testing proof of concept (PoC) for the Guard App using Jest and React Native Testing Library.
What was done:
Purpose:
This PoC demonstrates how automated testing can be integrated into the project in a simple and maintainable way. It provides a foundation that can be extended to cover more screens and features in the future. This implementation focuses on establishing a scalable testing setup rather than a complete testing framework.