wdio-vscode-service
wdio-vscode-service copied to clipboard
Allow to specify additional extension paths
By default VSCode starts with a clean state, that means no extensions installed or setup. A user might want to include certain extensions to verify compatibility. For that we should allow to include additional extensions to the setup via either local path or just extension name.
@christian-bromann any guidance on this? Our product is made up of not a single extension, but several extensions. When I run using WDIO, only the primary/main extension is loaded.
any guidance on this?
I haven't been able to look into this. There must be ways to allow additional extensions to be installed when starting a session.