Hi,
I'm currently dealing with an issue that isn't particularly critical. To illustrate, consider this scenario: I have a user with basic information, and I need to use this user data in numerous test cases, such as those related to authentication, feature CRUD operations, and more.
Is it a common practice to share data across tests using a function that generates this data, as opposed to repeatedly recreating it within each individual test file?