Currently we have a listing app which shows members of different teams. It has a select element for searching by role and a text input to search by name.
- We need to test the functionality we have. How should we do this and can you create the test?
Yarn (Optional)
Open at least two terminals in the root of the project
In a terminal install the dependencies with
yarn
In one terminal start the backend server with
yarn server
In the other terminal start the frontend app with
yarn start
Open a separate terminal in the root of the project and run tests with
yarn test