🎉🎉🎊🎊 Release Version 1.0.0 🎉🎉🎊🎊
·
29 commits
to main
since this release
🎉🎉🎊🎊 All the necessary features are up and running
- Easy to use, LetSee receives a folder of your JSON mock data and lets you select them on the runtime
- Scenarios, sometimes you know what the scenario is and you don't want to mock each request manually, you provide a folder of your Scenarios and LetSee lets you select a scenario on the fly
- On the fly response, you are testing your application and suddenly some wired edge case comes to your mind, in this situation you can provide a totally custom JSON as the response to the request
- Live To Server, sometimes you don't want to mock all the requests but only some, in this case, you always have the option to do the actual request to the server instead of providing the mock response for those requests that you don't want to mock
- Copy and Past, you can copy a JSON and past it as the response to the request
- Live Scenario Tracking, If a scenario is activated, you can see the active scenario and the next response that will be passed to the next request
- Change the Scenario On The Fly, you can change the active scenario anytime you like without rerunning the application.