How are you all dealing with this kind of data in your test suite? We currently manually maintain a set of “known dataset” for our tests, and it doesn’t scale, as expected 😂
So we’re now looking into factories/helpers to create datasets tailored for each test in isolation (yay parallel runs!)