CARVIEW |
Select Language
HTTP/2 200
date: Fri, 10 Oct 2025 16:06:12 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/karma-runner/karma.git
etag: W/"1285bcd3656f69aa8937b24cf58ef6ed"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=5vap3i2D3JZ77pR4uB%2Fb6cTRhg%2FqJHDXoWSZ5I3bJGnkGhgbqxlyqScO7KkadjhfdmhdKzIzytlaf0osusNoe5jmS6S30iSwg8bQkRTxUXEosyW0MYiow2VrliKkv8YVH2ImSDfPVxuA5dZzgKruZ8Lut82iY3EDyArmZqmbDx11684%2BFOkAgWhMtJkOn0%2BqzpoB1Rj5IIKCzvDHsyas%2BkD%2BWXFee5fyCw9Eimw%2FZ7o84CEZo%2BFQAKoiBGIbRvg%2FJ4ywvcg%2FpUSfOBByzLOImw%3D%3D--YRPtYYxOx%2F2ukgDk--x4lV77wmswJpzEiqNgw9ww%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.819963077.1760112371; Path=/; Domain=github.com; Expires=Sat, 10 Oct 2026 16:06:11 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 10 Oct 2026 16:06:11 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B4DE:264CB4:1C7C458:21CB827:68E92EF3
fix(browser): ensure browser state is EXECUTING when tests start (#3074) · karma-runner/karma@dc7265b · GitHub
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit dc7265b
fix(browser): ensure browser state is EXECUTING when tests start (#3074)
* fix(browser): ensure browser state is EXECUTING when tests start
Browser state is EXECUTING when it actually started to execute tests. This state change is triggered by client on actual tests execution start.
Introduced an additional browser state CONFIGURING
The CONFIGURING state means that the browser is not just CONNECTED for tests, but someone has requested tests execution (and provided a config file). But the provided config file is not yet processed, configuration is not applied or the tests execution is not yet started and we have not received the first event from the remote browser, so the browser object is not yet at EXECUTING state.
Refactored browser state names: renamed READY -> CONNECTED
Fixes #16401 parent 7617279 commit dc7265bCopy full SHA for dc7265b
File tree
Expand file treeCollapse file tree
7 files changed
+70
-84
lines changedFilter options
- client
- lib
- reporters
- test/unit
Expand file treeCollapse file tree
7 files changed
+70
-84
lines changedCollapse file: client/updater.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
Collapse file: lib/browser.js
+25-22Lines changed: 25 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
| 7 | + | |
| 8 | + | |
9 | 9 |
| |
10 |
| - | |
11 |
| - | |
| 10 | + | |
| 11 | + | |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
| |||
24 | 24 |
| |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 |
| - | |
| 57 | + | |
| 58 | + | |
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
| |||
76 | 76 |
| |
77 | 77 |
| |
78 | 78 |
| |
79 |
| - | |
| 79 | + | |
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
90 |
| - | |
| 90 | + | |
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| |||
114 | 114 |
| |
115 | 115 |
| |
116 | 116 |
| |
| 117 | + | |
| 118 | + | |
117 | 119 |
| |
118 | 120 |
| |
119 | 121 |
| |
| |||
123 | 125 |
| |
124 | 126 |
| |
125 | 127 |
| |
126 |
| - | |
| 128 | + | |
127 | 129 |
| |
128 | 130 |
| |
129 | 131 |
| |
130 |
| - | |
| 132 | + | |
131 | 133 |
| |
132 | 134 |
| |
133 | 135 |
| |
| |||
148 | 150 |
| |
149 | 151 |
| |
150 | 152 |
| |
151 |
| - | |
| 153 | + | |
152 | 154 |
| |
153 |
| - | |
| 155 | + | |
154 | 156 |
| |
155 | 157 |
| |
156 | 158 |
| |
| |||
169 | 171 |
| |
170 | 172 |
| |
171 | 173 |
| |
172 |
| - | |
| 174 | + | |
173 | 175 |
| |
174 | 176 |
| |
175 |
| - | |
| 177 | + | |
176 | 178 |
| |
177 | 179 |
| |
178 | 180 |
| |
| |||
201 | 203 |
| |
202 | 204 |
| |
203 | 205 |
| |
204 |
| - | |
| 206 | + | |
205 | 207 |
| |
206 | 208 |
| |
207 | 209 |
| |
| |||
215 | 217 |
| |
216 | 218 |
| |
217 | 219 |
| |
218 |
| - | |
| 220 | + | |
219 | 221 |
| |
220 | 222 |
| |
221 | 223 |
| |
222 | 224 |
| |
223 | 225 |
| |
224 | 226 |
| |
225 |
| - | |
| 227 | + | |
| 228 | + | |
226 | 229 |
| |
227 | 230 |
| |
228 | 231 |
| |
| |||
279 | 282 |
| |
280 | 283 |
| |
281 | 284 |
| |
282 |
| - | |
| 285 | + | |
| 286 | + | |
283 | 287 |
| |
284 |
| - | |
285 | 288 |
| |
286 | 289 |
| |
287 | 290 |
| |
|
Collapse file: lib/browser_collection.js
+1-10Lines changed: 1 addition & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 | 3 |
| |
5 | 4 |
| |
6 | 5 |
| |
| |||
31 | 30 |
| |
32 | 31 |
| |
33 | 32 |
| |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 | 33 |
| |
43 | 34 |
| |
44 | 35 |
| |
45 | 36 |
| |
46 |
| - | |
| 37 | + | |
47 | 38 |
| |
48 | 39 |
| |
49 | 40 |
| |
|
Collapse file: lib/executor.js
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
35 | 34 |
| |
36 | 35 |
| |
37 | 36 |
| |
|
Collapse file: lib/reporters/base.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
| 50 | + | |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
|
Collapse file: test/unit/browser.spec.js
+39-20Lines changed: 39 additions & 20 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
144 | 144 |
| |
145 | 145 |
| |
146 | 146 |
| |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
147 | 153 |
| |
148 |
| - | |
149 | 154 |
| |
150 | 155 |
| |
151 | 156 |
| |
| |||
154 | 159 |
| |
155 | 160 |
| |
156 | 161 |
| |
157 |
| - | |
158 | 162 |
| |
159 | 163 |
| |
160 | 164 |
| |
| |||
172 | 176 |
| |
173 | 177 |
| |
174 | 178 |
| |
175 |
| - | |
| 179 | + | |
176 | 180 |
| |
177 | 181 |
| |
178 |
| - | |
| 182 | + | |
179 | 183 |
| |
180 | 184 |
| |
181 | 185 |
| |
| |||
192 | 196 |
| |
193 | 197 |
| |
194 | 198 |
| |
195 |
| - | |
| 199 | + | |
196 | 200 |
| |
197 | 201 |
| |
198 | 202 |
| |
| |||
245 | 249 |
| |
246 | 250 |
| |
247 | 251 |
| |
248 |
| - | |
| 252 | + | |
249 | 253 |
| |
250 | 254 |
| |
251 | 255 |
| |
| |||
294 | 298 |
| |
295 | 299 |
| |
296 | 300 |
| |
297 |
| - | |
| 301 | + | |
298 | 302 |
| |
299 | 303 |
| |
300 | 304 |
| |
| |||
328 | 332 |
| |
329 | 333 |
| |
330 | 334 |
| |
331 |
| - | |
| 335 | + | |
332 | 336 |
| |
333 | 337 |
| |
334 | 338 |
| |
| |||
360 | 364 |
| |
361 | 365 |
| |
362 | 366 |
| |
363 |
| - | |
| 367 | + | |
364 | 368 |
| |
365 |
| - | |
| 369 | + | |
366 | 370 |
| |
367 | 371 |
| |
368 | 372 |
| |
369 |
| - | |
| 373 | + | |
370 | 374 |
| |
371 | 375 |
| |
372 | 376 |
| |
373 |
| - | |
374 |
| - | |
| 377 | + | |
| 378 | + | |
375 | 379 |
| |
376 | 380 |
| |
377 | 381 |
| |
378 | 382 |
| |
379 | 383 |
| |
380 | 384 |
| |
381 |
| - | |
| 385 | + | |
382 | 386 |
| |
383 | 387 |
| |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
384 | 397 |
| |
385 | 398 |
| |
386 | 399 |
| |
| |||
391 | 404 |
| |
392 | 405 |
| |
393 | 406 |
| |
394 |
| - | |
| 407 | + | |
395 | 408 |
| |
396 | 409 |
| |
397 | 410 |
| |
398 |
| - | |
| 411 | + | |
399 | 412 |
| |
400 | 413 |
| |
401 | 414 |
| |
402 |
| - | |
| 415 | + | |
403 | 416 |
| |
404 | 417 |
| |
405 | 418 |
| |
| |||
427 | 440 |
| |
428 | 441 |
| |
429 | 442 |
| |
| 443 | + | |
430 | 444 |
| |
431 | 445 |
| |
432 | 446 |
| |
| |||
443 | 457 |
| |
444 | 458 |
| |
445 | 459 |
| |
446 |
| - | |
| 460 | + | |
447 | 461 |
| |
| 462 | + | |
448 | 463 |
| |
449 | 464 |
| |
450 | 465 |
| |
| |||
459 | 474 |
| |
460 | 475 |
| |
461 | 476 |
| |
| 477 | + | |
| 478 | + | |
462 | 479 |
| |
463 | 480 |
| |
464 | 481 |
| |
| |||
467 | 484 |
| |
468 | 485 |
| |
469 | 486 |
| |
| 487 | + | |
| 488 | + | |
470 | 489 |
| |
471 | 490 |
| |
472 | 491 |
| |
|
You can’t perform that action at this time.
0 commit comments