TestConfigurationHelper extension

on
  • TestConfiguration

Methods

copyWith({Iterable<Pattern>? features, String? featureDefaultLanguage, String? tagExpression, Duration? defaultTimeout, ExecutionOrder? order, Iterable<StepDefinitionGeneric<World>>? stepDefinitions, Iterable<CustomParameter>? customStepParameterDefinitions, Iterable<Hook>? hooks, Iterable<Reporter>? reporters, CreateWorld? createWorld, FeatureFileMatcher? featureFileMatcher, FeatureFileReader? featureFileReader, bool? stopAfterTestFailed, int? stepMaxRetries, Duration? retryDelay}) → TestConfiguration

Available on TestConfiguration, provided by the TestConfigurationHelper extension