Skip to content

Commit b777c12

Browse files
committed
chore: Add timings file
1 parent 8fc36d2 commit b777c12

File tree

2 files changed

+154
-1
lines changed

2 files changed

+154
-1
lines changed

.github/workflows/e2e.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
strategy:
8080
fail-fast: false
8181
matrix:
82-
containers: [1, 2, 3, 4]
82+
containers: [1, 2, 3, 4, 5]
8383
steps:
8484
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8585

@@ -136,6 +136,7 @@ jobs:
136136
ARGOS_PARALLEL_INDEX: ${{ strategy.job-index }}
137137
SPLIT: ${{ strategy.job-total }}
138138
SPLIT_INDEX: ${{ strategy.job-index }}
139+
SPLIT_FILE: 'cypress/timings.json'
139140

140141
- name: Upload Coverage to Codecov
141142
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0

cypress/timings.json

+152
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,152 @@
1+
{
2+
"durations": [
3+
{
4+
"spec": "cypress/integration/other/configuration.spec.js",
5+
"duration": 4989
6+
},
7+
{
8+
"spec": "cypress/integration/other/external-diagrams.spec.js",
9+
"duration": 1382
10+
},
11+
{
12+
"spec": "cypress/integration/other/ghsa.spec.js",
13+
"duration": 3178
14+
},
15+
{
16+
"spec": "cypress/integration/other/iife.spec.js",
17+
"duration": 1372
18+
},
19+
{
20+
"spec": "cypress/integration/other/interaction.spec.js",
21+
"duration": 8998
22+
},
23+
{
24+
"spec": "cypress/integration/other/rerender.spec.js",
25+
"duration": 1249
26+
},
27+
{
28+
"spec": "cypress/integration/other/xss.spec.js",
29+
"duration": 25664
30+
},
31+
{
32+
"spec": "cypress/integration/rendering/appli.spec.js",
33+
"duration": 1928
34+
},
35+
{
36+
"spec": "cypress/integration/rendering/architecture.spec.ts",
37+
"duration": 2330
38+
},
39+
{
40+
"spec": "cypress/integration/rendering/block.spec.js",
41+
"duration": 11156
42+
},
43+
{
44+
"spec": "cypress/integration/rendering/c4.spec.js",
45+
"duration": 3418
46+
},
47+
{
48+
"spec": "cypress/integration/rendering/classDiagram-v2.spec.js",
49+
"duration": 14866
50+
},
51+
{
52+
"spec": "cypress/integration/rendering/classDiagram.spec.js",
53+
"duration": 9894
54+
},
55+
{
56+
"spec": "cypress/integration/rendering/conf-and-directives.spec.js",
57+
"duration": 5778
58+
},
59+
{
60+
"spec": "cypress/integration/rendering/current.spec.js",
61+
"duration": 1690
62+
},
63+
{
64+
"spec": "cypress/integration/rendering/erDiagram.spec.js",
65+
"duration": 9144
66+
},
67+
{
68+
"spec": "cypress/integration/rendering/errorDiagram.spec.js",
69+
"duration": 1951
70+
},
71+
{
72+
"spec": "cypress/integration/rendering/flowchart-elk.spec.js",
73+
"duration": 2196
74+
},
75+
{
76+
"spec": "cypress/integration/rendering/flowchart-handDrawn.spec.js",
77+
"duration": 21029
78+
},
79+
{
80+
"spec": "cypress/integration/rendering/flowchart-shape-alias.spec.ts",
81+
"duration": 16087
82+
},
83+
{
84+
"spec": "cypress/integration/rendering/flowchart-v2.spec.js",
85+
"duration": 27465
86+
},
87+
{
88+
"spec": "cypress/integration/rendering/flowchart.spec.js",
89+
"duration": 20035
90+
},
91+
{
92+
"spec": "cypress/integration/rendering/gantt.spec.js",
93+
"duration": 11366
94+
},
95+
{
96+
"spec": "cypress/integration/rendering/gitGraph.spec.js",
97+
"duration": 34025
98+
},
99+
{
100+
"spec": "cypress/integration/rendering/iconShape.spec.ts",
101+
"duration": 185902
102+
},
103+
{
104+
"spec": "cypress/integration/rendering/imageShape.spec.ts",
105+
"duration": 41631
106+
},
107+
{
108+
"spec": "cypress/integration/rendering/info.spec.ts",
109+
"duration": 1736
110+
},
111+
{
112+
"spec": "cypress/integration/rendering/journey.spec.js",
113+
"duration": 2247
114+
},
115+
{
116+
"spec": "cypress/integration/rendering/katex.spec.js",
117+
"duration": 2144
118+
},
119+
{
120+
"spec": "cypress/integration/rendering/marker_unique_id.spec.js",
121+
"duration": 1646
122+
},
123+
{
124+
"spec": "cypress/integration/rendering/mindmap.spec.ts",
125+
"duration": 6406
126+
},
127+
{
128+
"spec": "cypress/integration/rendering/newShapes.spec.ts",
129+
"duration": 107219
130+
},
131+
{
132+
"spec": "cypress/integration/rendering/stateDiagram.spec.js",
133+
"duration": 15834
134+
},
135+
{
136+
"spec": "cypress/integration/rendering/theme.spec.js",
137+
"duration": 33240
138+
},
139+
{
140+
"spec": "cypress/integration/rendering/timeline.spec.ts",
141+
"duration": 7122
142+
},
143+
{
144+
"spec": "cypress/integration/rendering/xyChart.spec.js",
145+
"duration": 11127
146+
},
147+
{
148+
"spec": "cypress/integration/rendering/zenuml.spec.js",
149+
"duration": 2391
150+
}
151+
]
152+
}

0 commit comments

Comments
 (0)