Skip to content

Common setup/teardown for data driven test case #21

@simonalexander2005

Description

@simonalexander2005

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions