microsoft / EasyRepro

Automated UI testing API for Dynamics 365
MIT License
513 stars 286 forks source link

[HOW-TO] Populating tables with seed data before running tests #1258

Open pratyush-prateek opened 2 years ago

pratyush-prateek commented 2 years ago

I wanted to know if there is any functionality to populate existing entities with some seed data before running tests. Currently, I am trying to achieve this by Dataverse Web API to create records before hand before a test case starts running. Is this use case already supported?