You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current default properties are either generated based on handler rules or supplied by TestDataConfig.
As part of the refactor for 3.3, the groundwork is in place to allow for pluggable property resolvers to allow for more flexibility.
TestDataConfig would just be one of several property resolvers.
Another resolver could use the Faker library to generate more realistic fake data.
One design goal would be to instantiate a single resolver context so that resolvers could carry state to more efficiently create sequential data, unique data, etc.
The text was updated successfully, but these errors were encountered:
Current default properties are either generated based on handler rules or supplied by TestDataConfig.
As part of the refactor for 3.3, the groundwork is in place to allow for pluggable property resolvers to allow for more flexibility.
TestDataConfig would just be one of several property resolvers.
Another resolver could use the Faker library to generate more realistic fake data.
One design goal would be to instantiate a single resolver context so that resolvers could carry state to more efficiently create sequential data, unique data, etc.
The text was updated successfully, but these errors were encountered: