Skip to main content

bind

Function bind 

Source
pub fn bind(
    feature: &FeatureFile,
    packs: &PackSet,
) -> Result<Vec<BoundScenario>, Vec<Diag>>
Expand description

Bind every scenario of a feature. Diagnostics accumulate across steps and scenarios so authors see all problems in one run.