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
I am maintaining WebdriverIO and build a VS Code test plugin for it called wdio-vscode-service. It offers pretty much what @vscode/test-web and @vscode/test-electron do combined with a versatile test framework like WebdriverIO.
It would my life tremendously easier if this package could get rid of the Playwright dependency, which is only used to start up Chromium. There are other packages doing the same job using the actual Chrome browser installed on the system. It would also reduce installation time.
I am happy to make this change. It would allow me to use all the logic to spin up a VS Code server for testing web extensions.
Cheers!
The text was updated successfully, but these errors were encountered:
Howdy 👋
I am maintaining WebdriverIO and build a VS Code test plugin for it called
wdio-vscode-service
. It offers pretty much what@vscode/test-web
and@vscode/test-electron
do combined with a versatile test framework like WebdriverIO.It would my life tremendously easier if this package could get rid of the Playwright dependency, which is only used to start up Chromium. There are other packages doing the same job using the actual Chrome browser installed on the system. It would also reduce installation time.
I am happy to make this change. It would allow me to use all the logic to spin up a VS Code server for testing web extensions.
Cheers!
The text was updated successfully, but these errors were encountered: