Mock Features
Front-end development often relies on back-end API, and it is difficult to start the front-end work without the back-end API in place. Mock is designed to solve this pain point. With Mock, front-end and back-end work can happen in parallel. Before the back-end API is ready, front-end developers can utilize Mock to generate dummy data for development and debugging.
Smart Mock
When you do not provide mock rules for the fields in the return response (or data structure), the system will automatically generate realistic mock data without any manual configuration.
Advanced Mock
View details for advanced mock here.