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 API describe.sequential to be able to override --sequence.concurrent #3731

Closed
4 tasks done
o-alexandrov opened this issue Jul 3, 2023 · 0 comments · Fixed by #3771
Closed
4 tasks done

Add API describe.sequential to be able to override --sequence.concurrent #3731

o-alexandrov opened this issue Jul 3, 2023 · 0 comments · Fixed by #3771
Labels
enhancement New feature or request pr welcome

Comments

@o-alexandrov
Copy link

Clear and concise description of the problem

Related to #3573 (thank you for the feature).
There's one case users would probably miss:

  • when setting --sequence.concurrent, there's no way to override this behavior for an individual describe suite
    • for example, we have describe.concurrent now to set the sequence.concurrent behavior for an individual describe, but if a user would set .concurrent by default, there's no way to add a sequential override for an individual describe

Suggested solution

Please consider to add API: describe.sequential(...), so a user could override --sequence.concurrent for a specific describe.

Alternative

No response

Additional context

No response

Validations

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request pr welcome
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants