pub fn generate_github_output(
result: &TestRunResult,
config: &GithubConfig,
) -> Vec<String>Expand description
Generate GitHub Actions workflow commands from test results.
pub fn generate_github_output(
result: &TestRunResult,
config: &GithubConfig,
) -> Vec<String>Generate GitHub Actions workflow commands from test results.