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
| SE_SCREEN_WIDTH | 1920 | Use in Node to set the screen width ||
4
4
| SE_SCREEN_HEIGHT | 1080 | Use in Node to set the screen height ||
5
-
| SE_VIDEO_FILE_NAME |video.mp4| Use in function video recording to set the output file name. Set `auto` for dynamic file name relying on test metadata ||
5
+
| SE_VIDEO_FILE_NAME |auto| Use in function video recording to set the output file name. Set `auto` for dynamic file name relying on test metadata ||
6
6
| SE_FRAME_RATE | 15 | Set the frame rate for FFmpeg in video recording ||
7
7
| SE_CODEC | libx264 | Set the codec for FFmpeg in video recording ||
8
8
| SE_PRESET | -preset ultrafast | Set the preset for FFmpeg in video recording ||
@@ -107,8 +107,8 @@
107
107
| SE_VIDEO_CONTAINER_NAME ||||
108
108
| SE_RECORD_VIDEO | true |||
109
109
| SE_ENABLE_BROWSER_LEFTOVERS_CLEANUP | false |||
110
-
| SE_NODE_MAX_SESSIONS | 1 |||
111
-
| SE_NODE_OVERRIDE_MAX_SESSIONS | false |||
110
+
| SE_NODE_MAX_SESSIONS | 1 |Set the number of maximum concurrent sessions per browser Node, by default is 1 | --max-sessions|
111
+
| SE_NODE_OVERRIDE_MAX_SESSIONS | false |By default is false, enable this flag for setting max session take effect in browser Node | --override-max-sessions|
112
112
| SE_OFFLINE | true | Selenium Manager offline mode, use the browser and driver pre-configured in the image ||
113
113
| SE_NODE_BROWSER_VERSION | stable | Overwrite the default browserVersion in Node stereotype. By default, it is short version of current browser installed in Node. For example `139.0`||
114
114
| SE_NODE_PLATFORM_NAME | Linux | Overwrite the default platformName in Node stereotype. By default, it is `Linux`||
@@ -166,3 +166,5 @@
166
166
| SE_UPLOAD_FAILURE_SESSION_ONLY | false | When true, only recording of sessions that are not exited normally (session timed out, or custom events were fired by the client match with failure events defined) ||
167
167
| SE_VIDEO_EVENT_DRIVEN | true | Backend of video recorder and uploader will subscribe to Grid Event Bus for session event lifecycle for processing instead of traditional polling Node session capabilities via /status endpoint. ||
0 commit comments