Hello! I'm looking into mockd to generate test data for my integration tests.
However, seeing how I'll need to refer to the generated data in my tests, I'm wondering if it'd make sense to have a way to set the seed, so that the randomly-generated data is always the same?
For now I'll probably just use mockd to generate a SQL file of data to then create my database, but it'd be awesome to remove that checked-in SQL file and instead just fill the database live.
WDYT?