Table of Contents

Class CressProfile

Namespace
Cress.Core.Models
Assembly
Cress.Core.dll
public record CressProfile : IEquatable<CressProfile>
Inheritance
CressProfile
Implements
Inherited Members

Properties

Authentication

public AuthenticationConfig? Authentication { get; init; }

Property Value

AuthenticationConfig

BaseUrl

public string? BaseUrl { get; init; }

Property Value

string

Evidence

public EvidenceProfileConfig? Evidence { get; init; }

Property Value

EvidenceProfileConfig

Flake

public FlakeProfileConfig? Flake { get; init; }

Property Value

FlakeProfileConfig

Flawright

[YamlMember(Alias = "flawright")]
public FlawrightProfileConfig? Flawright { get; init; }

Property Value

FlawrightProfileConfig

Headers

public Dictionary<string, string>? Headers { get; init; }

Property Value

Dictionary<string, string>

Playwright

public PlaywrightProfileConfig? Playwright { get; init; }

Property Value

PlaywrightProfileConfig

Profile

public string Profile { get; init; }

Property Value

string

Secrets

public SecretsConfig? Secrets { get; init; }

Property Value

SecretsConfig

Timeouts

public TimeoutsConfig? Timeouts { get; init; }

Property Value

TimeoutsConfig

Variables

public Dictionary<string, string>? Variables { get; init; }

Property Value

Dictionary<string, string>