We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286f97 commit 0069bbdCopy full SHA for 0069bbd
tests/wdio.conf.ts
@@ -201,8 +201,9 @@ export const config: WebdriverIO.Config = {
201
* @param {Array.<String>} specs List of spec file paths that are to be run
202
* @param {object} browser instance of created browser/device session
203
*/
204
- // before: function (capabilities, specs) {
205
- // },
+ before: function (capabilities, specs) {
+ browser.setWindowSize(2560, 1440);
206
+ },
207
/**
208
* Runs before a WebdriverIO command gets executed.
209
* @param {string} commandName hook command name
0 commit comments