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/06-settings.mdx
+84-7
Original file line number
Diff line number
Diff line change
@@ -3387,7 +3387,7 @@ Default value (empty to pick up Gwen default format: html)
3387
3387
```json
3388
3388
gwen {
3389
3389
logLevel {
3390
-
deprecations = "error"
3390
+
deprecations = "warn"
3391
3391
}
3392
3392
}
3393
3393
```
@@ -3401,7 +3401,7 @@ Default value (empty to pick up Gwen default format: html)
3401
3401
{
3402
3402
"gwen": {
3403
3403
"logLevel": {
3404
-
"deprecations": "error"
3404
+
"deprecations": "warn"
3405
3405
}
3406
3406
}
3407
3407
}
@@ -3413,7 +3413,7 @@ Default value (empty to pick up Gwen default format: html)
3413
3413
Default value
3414
3414
3415
3415
```properties
3416
-
gwen.logLevel.deprecations = error
3416
+
gwen.logLevel.deprecations = warn
3417
3417
```
3418
3418
3419
3419
</TabItem>
@@ -4193,7 +4193,6 @@ Default value (empty to pick up Gwen default format: html)
4193
4193
</ul>
4194
4194
</li>
4195
4195
</ul>
4196
-
<p>This setting has no default value and will not be honoured if <Linkto="/docs/settings#gwen-web-maximize"><code>gwen.web.maximize</code></Link> is set to <code>true</code>.</p>
4197
4196
<Tabs
4198
4197
groupId="settings"
4199
4198
defaultValue="conf"
@@ -4211,7 +4210,7 @@ Default value (empty to pick up Gwen default format: html)
4211
4210
gwen {
4212
4211
web {
4213
4212
browser {
4214
-
size = "1200x800"
4213
+
size = "1920x1080"
4215
4214
}
4216
4215
}
4217
4216
}
@@ -4227,7 +4226,7 @@ Default value (empty to pick up Gwen default format: html)
4227
4226
"gwen": {
4228
4227
"web": {
4229
4228
"browser": {
4230
-
"size": "1200x800"
4229
+
"size": "1920x1080"
4231
4230
}
4232
4231
}
4233
4232
}
@@ -4240,7 +4239,7 @@ Default value (empty to pick up Gwen default format: html)
4240
4239
Example
4241
4240
4242
4241
```properties
4243
-
gwen.web.browser.size = 1200x800
4242
+
gwen.web.browser.size = 1920x1080
4244
4243
```
4245
4244
4246
4245
</TabItem>
@@ -4889,6 +4888,7 @@ Default value (empty to pick up Gwen default format: html)
4889
4888
<detailsid="gwen-web-maximize">
4890
4889
<summaryclass="setting">
4891
4890
4891
+
<b>Deprecated since v4.5.0</b> : Use <code>gwen.web.browser.size</code> to set desired size instead.
4892
4892
```properties
4893
4893
gwen.web.maximize
4894
4894
```
@@ -5398,6 +5398,83 @@ Default value (empty to pick up Gwen default format: html)
0 commit comments