Skip to content

Commit ccc571c

Browse files
committed
chore: update workflow name for clarity and add suite name to report
1 parent 618d44b commit ccc571c

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: build-and-test
1+
name: build-and-test-previous-reports
22

33
on:
44
push:
@@ -30,6 +30,7 @@ jobs:
3030
insights-report: true
3131
slowest-report: true
3232
upload-artifact: true
33+
use-suite-name: true
3334
annotate: false
3435
env:
3536
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

ctrf-reports/ctrf-report.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
{
6767
"name": "should load user data",
6868
"status": "pending",
69-
"duration": 0
69+
"duration": 0,
70+
"suite": "network.test.ts > network"
7071
},
7172
{
7273
"name": "should handle session timeouts",

0 commit comments

Comments
 (0)