Skip to content

Add switch to change setup suite behavior with forks #126

@S1artie

Description

@S1artie

Currently, setup suites already executed are tracked per fork, so a setup already run on the master will not prevent it from running again on a fork. While this is desired behavior in many cases, there are a lot of use cases for setup suites in which one would not like this behavior, but would rather want a "global setup suite tracking" behavior in which all forks and the master share the setup suite executed state.

This behavior should thus be customizable somehow, ideally in the scripts themselves, per setup suite, but maybe also by adding a switch to the test runner to change the behavior globally.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions