I would like to preview my app offline with auto generated mock data.
Description
During development, I would like to preview my app with mock data. This works great, but not for contained entities. Mock data is not generated in case of contained entities.
This enhancement will help to fully support offline development.
Test with any OData V4 service which uses containtments.
Technical Design
What modules need to be created or enhanced?
How would the functionality be exposed and how can it be consumed?
Acceptance Criteria
GivenWhenThen format (https://martinfowler.com/bliki/GivenWhenThen.html)
Given I have a ...
when I execute ...
then ... will happen.
Notes
Tasks