CI / CD metadata
When evaluating test results, teams often compare their results to the main
branch to make sure that they're not regressing.
Gentrace allows you to compare results against your main branch. To configure your main branch name (i.e. in case your team named it stable
or prod
), navigate to the pipeline settings and modify the name.
Then, configure your test run scripts with special environmental variables ($GENTRACE_BRANCH
and $GENTRACE_COMMIT
) to
appropriately tag your test runs.
Once configured, you can directly compare test results for a run to the configured main branch.