Add API describe.sequential
to be able to override --sequence.concurrent
#3731
Labels
describe.sequential
to be able to override --sequence.concurrent
#3731
Clear and concise description of the problem
Related to #3573 (thank you for the feature).
There's one case users would probably miss:
--sequence.concurrent
, there's no way to override this behavior for an individualdescribe
suitedescribe.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 individualdescribe
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
The text was updated successfully, but these errors were encountered: