Working on a testing package to write readable assertions on large, sorted data sets with a markdown-like syntax. Will be available for both Pest and PHPUnit.
@sebdd oh I have a big CSV import feature that would really benefit from this! When a test fails it's often difficult to find the invalid value in a pile of test data.

@benholmen Yep! Although another good candidate for that today would be our snapshot testing package to catch regressions.

Main difference with this setup is you handwrite expectations which is more useful for TDD than snapshot testing.