i'm working on a complex project, and in order to reach a certain page/bug/etc I need to perform some clicks and state changes everytime.
Is there any best practice for situations like that? Something like a library/extension that snapshots all states and saves them somewhere, and then I can choose to use all the snapshotted states instead of the default ones, or is my only option is to use a testing library like jest and define my own props?