You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$summarySb.AppendLine("\n<i>No baseline provided. Copy a set of BCPT results to $([System.IO.Path]::GetFileName($baseLinePath)) in the project folder in order to establish a baseline.</i>") |Out-Null
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,7 @@
1
+
## AL-Go Telemetry updates
2
+
3
+
AL-Go telemetry now includes test results so you can more easily see how many AL tests, Page Scripting tests and BCPT tests ran in your workflows across all your repositories. Documentation for this can be found on [this article](https://github.com/microsoft/AL-Go/blob/main/Scenarios/EnablingTelemetry.md) on enabling telemetry.
4
+
1
5
### Issues
2
6
3
7
- Issue 2045 DateTime parsing fails on non-US locale runners in WorkflowPostProcess.ps1
AL-Go logs four different types of telemetry events: AL-Go action ran/failed and AL-Go workflow ran/failed. Each of those telemetry events provide slightly different telemetry but common dimensions for all of them are:
@@ -159,6 +182,28 @@ Additional Dimensions:
159
182
| RunsOn | Value of the RunsOn setting |
160
183
| ALGoVersion | The AL-Go version used for the workflow run |
161
184
185
+
### Test results
186
+
187
+
Telemetry messages:
188
+
189
+
-`AL-Go Test Results - Tests`
190
+
-`AL-Go Test Results - Page scripting Tests`
191
+
-`AL-Go Test Results - BCPT Tests`
192
+
193
+
SeverityLevel: 1
194
+
195
+
Additional Dimensions:
196
+
197
+
| Dimension | Description |
198
+
|-----------|-------------|
199
+
| TotalTests | The total number of tests executed |
200
+
| TotalFailed | The number of tests that failed |
201
+
| TotalSkipped | The number of tests that were skipped |
202
+
| TotalPassed | The number of tests that passed |
203
+
| TotalTime | The total time taken to execute all tests |
204
+
205
+
**Note:** The `TotalTime` dimension is not tracked for BCPT test results. For BCPT tests, only `TotalTests`, `TotalPassed`, `TotalFailed`, and `TotalSkipped` are available.
0 commit comments