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
This prevents me from customizing them. For example, I'd like to be able to change the Chrome and chromedriver binaries, as described here, since I want to provide them myself.
Suggested solution
I'd like to be able to configure things in the Vite test options, in the same place where I select the webdriverio provider. Perhaps a function that allows me to transform the default capabilities:
Clear and concise description of the problem
At the moment, the WebdriverIO capabilities are hardcoded here:
vitest/packages/vitest/src/node/browser/webdriver.ts
Lines 59 to 62 in 80a706a
This prevents me from customizing them. For example, I'd like to be able to change the Chrome and chromedriver binaries, as described here, since I want to provide them myself.
Suggested solution
I'd like to be able to configure things in the Vite test options, in the same place where I select the
webdriverio
provider. Perhaps a function that allows me to transform the default capabilities:One could also extend the
provider
attribute, perhapsAlternative
I tried putting options in the
wdio.conf.ts
file as described in the WebDriverIO docs, but these options seem to be ignored.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: