You are tasked to create a user interface for a testing system and microservices health. >The application fetches a collection of tests from the backend and performs calls to the backend API to execute the individual tests.
You are tasked to create a user interface for a testing system and microservices health. >The application fetches a collection of tests from the backend and performs calls to the backend API to execute the individual tests.
The API is expected to respond with standard HTTP status codes. **Please create a UI in React that runs and displays the tests.** The UI should have two pages: 1. The main page with the list of tests 2. A page with the history of test runs (you can store the test results in localstorage) . A CSS framework of your choice may be used to style the components, for example Tailwind * We expect to the components to have unit tests We will accept a zip archive with the entire 'tigerlab-react-interview' folder (do not include node_modules)
Step by step
Solved in 2 steps