Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add switch to change setup suite behavior with forks #126

Open
S1artie opened this issue Nov 10, 2016 · 0 comments
Open

Add switch to change setup suite behavior with forks #126

S1artie opened this issue Nov 10, 2016 · 0 comments

Comments

@S1artie
Copy link
Member

S1artie commented Nov 10, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant