CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 20:39:31 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/"d9b5da9b999fa771bc58a9dd8e5ab5fd"
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=juuv0wW52g0Ddet%2F0gXN32wT8%2Fc%2FSGjclTImP6C9Swm90sm%2FLRF5LHwADQjeKnw601VuJYtBrfYY3ixOlynbQYm1GysM36dC76QjUH0DLvlNkwFpHlF5GSJhBaoUMjnyzbd92j5C4Yv%2Fh0xhF%2BQEdCGDR%2BUMU9ZkzZqvAjZN5Xl0ipCE1OsfscrswMIIb8N7R79ZbiwbX30sYofzcITQxDd3x%2FzWeY61w%2B6ElbCjinySg87FOzpTpLGtop%2BydCOWRcFEAd5zCX20g%2B7BUVtVDw%3D%3D--yCLmWFtb9c%2FszBL9--KFFnhmfm1aSUPhZ9hqt5og%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1751233578.1760215170; Path=/; Domain=github.com; Expires=Sun, 11 Oct 2026 20:39:30 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 11 Oct 2026 20:39:30 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C34E:283FFC:60975C:7AB4FC:68EAC082
feat(launcher): Add concurrency limit · karma-runner/karma@1741deb · GitHub
Copy file name to clipboardExpand all lines: docs/config/01-configuration-file.md
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit 1741deb
committed
feat(launcher): Add concurrency limit
Especially services like Browserstack and SauceLabs have limitations on
how many browsers
can be launched at the same time. The new config option `concurrency`
allows to
specify an upper limit of how many browsers are allowed to run at the
same time.
Ref: karma-runner/karma-sauce-launcher#40
Closes #14651 parent b138619 commit 1741debCopy full SHA for 1741deb
File tree
Expand file treeCollapse file tree
9 files changed
+97
-21
lines changedFilter options
- docs/config
- lib
- test
- e2e/support
- unit
Expand file treeCollapse file tree
9 files changed
+97
-21
lines changedCollapse file: config.tpl.coffee
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + |
Collapse file: config.tpl.js
+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
62 | 66 |
| |
63 | 67 |
|
Collapse file: config.tpl.ls
+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + |
Collapse file: docs/config/01-configuration-file.md
docs/config/01-configuration-file.md
Copy file name to clipboardExpand all lines: docs/config/01-configuration-file.md+9-1Lines changed: 9 additions & 1 deletion
- Display the source diff
- Display the rich diff
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
372 |
| - | |
| 372 | + | |
373 | 373 |
| |
374 | 374 |
| |
375 | 375 |
| |
| |||
478 | 478 |
| |
479 | 479 |
| |
480 | 480 |
| |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
481 | 489 |
| |
482 | 490 |
| |
483 | 491 |
| |
|
Collapse file: lib/config.js
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
258 | 258 |
| |
259 | 259 |
| |
260 | 260 |
| |
| 261 | + | |
261 | 262 |
| |
262 | 263 |
| |
263 | 264 |
| |
|
Collapse file: lib/launcher.js
+40-7Lines changed: 40 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
| 2 | + | |
| 3 | + | |
| 4 | + | |
3 | 5 |
| |
4 | 6 |
| |
5 | 7 |
| |
| |||
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
34 |
| - | |
35 |
| - | |
| 36 | + | |
36 | 37 |
| |
| 38 | + | |
| 39 | + | |
37 | 40 |
| |
38 | 41 |
| |
39 | 42 |
| |
| |||
54 | 57 |
| |
55 | 58 |
| |
56 | 59 |
| |
57 |
| - | |
| 60 | + | |
58 | 61 |
| |
59 | 62 |
| |
60 | 63 |
| |
| |||
84 | 87 |
| |
85 | 88 |
| |
86 | 89 |
| |
87 |
| - | |
88 |
| - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
89 | 107 |
| |
90 | 108 |
| |
91 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
92 | 118 |
| |
93 | 119 |
| |
94 | 120 |
| |
95 |
| - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
96 | 129 |
| |
97 | 130 |
| |
98 | 131 |
| |
|
Collapse file: package.json
+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
| 235 | + | |
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
|
Collapse file: test/e2e/support/world.js
Whitespace-only changes.
Collapse file: test/unit/launcher.spec.js
+33-12Lines changed: 33 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 |
| - | |
| 88 | + | |
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
110 | 131 |
| |
111 | 132 |
| |
112 | 133 |
| |
113 | 134 |
| |
114 |
| - | |
| 135 | + | |
115 | 136 |
| |
116 | 137 |
| |
117 | 138 |
| |
| |||
120 | 141 |
| |
121 | 142 |
| |
122 | 143 |
| |
123 |
| - | |
| 144 | + | |
124 | 145 |
| |
125 | 146 |
| |
126 | 147 |
| |
127 | 148 |
| |
128 | 149 |
| |
129 | 150 |
| |
130 |
| - | |
| 151 | + | |
131 | 152 |
| |
132 | 153 |
| |
133 | 154 |
| |
| |||
137 | 158 |
| |
138 | 159 |
| |
139 | 160 |
| |
140 |
| - | |
| 161 | + | |
141 | 162 |
| |
142 | 163 |
| |
143 | 164 |
| |
| |||
146 | 167 |
| |
147 | 168 |
| |
148 | 169 |
| |
149 |
| - | |
| 170 | + | |
150 | 171 |
| |
151 | 172 |
| |
152 | 173 |
| |
| |||
156 | 177 |
| |
157 | 178 |
| |
158 | 179 |
| |
159 |
| - | |
| 180 | + | |
160 | 181 |
| |
161 | 182 |
| |
162 | 183 |
| |
| |||
169 | 190 |
| |
170 | 191 |
| |
171 | 192 |
| |
172 |
| - | |
| 193 | + | |
173 | 194 |
| |
174 | 195 |
| |
175 | 196 |
| |
| |||
200 | 221 |
| |
201 | 222 |
| |
202 | 223 |
| |
203 |
| - | |
| 224 | + | |
204 | 225 |
| |
205 | 226 |
| |
206 | 227 |
| |
| |||
214 | 235 |
| |
215 | 236 |
| |
216 | 237 |
| |
217 |
| - | |
| 238 | + | |
218 | 239 |
| |
219 | 240 |
| |
220 | 241 |
| |
|
You can’t perform that action at this time.
0 commit comments