Describe the request
To be able to resize the vscode window during the test or give it a starting size when the vscode loads.
Usage
Be able to click the maximize / restore button or use a function call.
Be able to resize the window to a specific size using a function call.
In Playwright for example, there is a config parameter for test startup:
viewport: {width: 1440, height: 900}
There is a also a function to call:
Page.setViewportSize({width: 1900, height: 800});
Describe the request
To be able to resize the vscode window during the test or give it a starting size when the vscode loads.
Usage
Be able to click the maximize / restore button or use a function call.
Be able to resize the window to a specific size using a function call.
In Playwright for example, there is a config parameter for test startup:
viewport: {width: 1440, height: 900}
There is a also a function to call:
Page.setViewportSize({width: 1900, height: 800});