-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(seed): seed from json data #1728
Conversation
61aa158
to
0f6b652
Compare
eb3382a
to
f7c1103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good ! I did not have a super deep look, I think it should be used and adapted if needed, I like how you have decomposed it in smaller chunks. Very nice !
Quality Gate passedIssues Measures |
First version for using the seed in the tests with a succinct format.
I've added a new
ItemFactory
as the one in sdk clashes a lot with the backend types (dates, discriminated item, etc)ref #995