Class FlakeProfileConfig
Profile-level overrides for flake detection parameters. Any non-null value overrides the project-level FlakeConfig.
public record FlakeProfileConfig : IEquatable<FlakeProfileConfig>
- Inheritance
-
FlakeProfileConfig
- Implements
- Inherited Members
Properties
MinFails
public int? MinFails { get; init; }
Property Value
- int?
MinPasses
public int? MinPasses { get; init; }
Property Value
- int?
Threshold
public double? Threshold { get; init; }
Property Value
Window
public int? Window { get; init; }
Property Value
- int?