-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
It would be useful to have the option for one-off "Setup" and "Teardown" steps that run before the first / after the last data-driven test case.
One use-case for this is, I have a cache that needs to be loaded before the first test case, but it doesn't need to be loaded every time.
Another use-case is cleaning up database entries that have been affected by the test cases
A third possible use-case for this is if a message needs to be sent through a flow before all of the tests start, perhaps to start something up or set a configuration
Metadata
Metadata
Assignees
Labels
No labels