Project analytics scope
Define which SeaLights apps, repositories, and test stages are in scope for published analytics.
Last updated
Was this helpful?
Was this helpful?
{
"coverage_app_list": [
{
"app_regex": "my-app",
"branch_regex": "main",
"integration_build": false
},
{
"app_regex": "my-integration-build",
"branch_regex": "develop",
"integration_build": true
}
]
}{
"repo_list": [
{
"repoName": "frontend-app",
"baseUrl": "git@github.com:mycompany/",
"branchName": "main",
"SealightsAppName": "frontend",
"SealightsBranchName": "main",
"ignore": false
}
]
}{
"test_stages": [
{
"name": "Unit_Tests",
"reportJsonKey": "unit_tests",
"reportTitle": "Unit Tests"
},
{
"name": "Integration_Tests",
"reportJsonKey": "integration_tests",
"reportTitle": "Integration Tests"
}
]
}{
"grouped_test_stages": [
{
"name": "Overall",
"reportJsonKey": "overall",
"reportTitle": "Overall Coverage",
"stages": ["Unit_Tests", "Integration_Tests", "E2E_Tests"],
"show_gate": true,
"severity": 2
}
]
}