Hello, I have created an application that serves as the frontend only, it has callback that has route methods calling API application.
I want to write tests for my UI application and I am thinking what would be the best approach here? I would love to bounce ideas on how would you write test cases for an application like that? Its folder structure is as follows;
ui/
├── app/
│ ├── components/
│ ├── callbacks/
│ ├── pages/
├── tests/