What are the User Credentials for OpenMRS Patient management system

I set up the code base for esm-patient-management repo as per guidelines. The app is running on http://localhost:8080/ but to navigate to home page, I need to validate the credentials. I tried to read through the code but didn’t figure out the authentication component. I also ran through few test as per contributing.md like

yarn test-e2e

and it works fine and ran through some tests. But how can I validate it locally ,so I can actually work on the mentioned issue?

Username: admin.
password: Admin123

Thank you @jwnasambu :slight_smile: