Function: getQualityGateProfile()
function getQualityGateProfile(profileName): QualityGateProfile;
Defined in: packages/uimatch-core/src/config/quality-gate-profiles.ts:154
Get a quality gate profile by name
Parameters
profileName
string
Profile name or 'custom' for config-based thresholds
Returns
Quality gate profile
Throws
Error if profile not found