-
Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Romfos edited this page Feb 27, 2026
·
4 revisions
You can use Configure extension with configuration properties to configure framework behavior.
Example:
services.Configure(new BddDotNetOptions()
{
MaxConcurrentTasks = 5
});You can run scenarios in concurrent mode via MaxConcurrentTasks property:
services.Configure(new() { MaxConcurrentTasks = 5 });Warning
This feature now in preview mode and could be changed in future
Setup
BddDotNet
Extensibility
Gherkin