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
Copy file name to clipboardExpand all lines: docs/config/01-configuration-file.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,23 @@ upon the completion of running the tests. Setting this to false is useful when
222
222
223
223
**Description:** How many browser Karma launches in parallel.
224
224
225
-
Especially on sevices like SauceLabs and Browserstack it makes sense to only launch a limited amount of browsers at once, and only start more when those have finished. Using this configuration you can sepcify how many browsers should be running at once at any given point in time.
225
+
Especially on services like SauceLabs and Browserstack it makes sense to only launch a limited amount of browsers at once, and only start more when those have finished. Using this configuration you can specify how many browsers should be running at once at any given point in time.
226
+
227
+
228
+
## customContextFile
229
+
**Type:** string
230
+
231
+
**Default:**`null`
232
+
233
+
**Description:** If `null` (default), uses karma's own `context.html` file.
234
+
235
+
236
+
## customDebugFile
237
+
**Type:** string
238
+
239
+
**Default:**`null`
240
+
241
+
**Description:** If `null` (default), uses karma's own `debug.html` file.
0 commit comments