When I used "services:['shared-storage]" in lambda config, I got this error. What should I do?

I got this error when I used “services:['shared-storage]” in lambda config. but I m able to use it for the local emulator. There is no problem.

Hello Toby,

This service appends a w3c capability in your lambdatest capabilities so you would need to pass caps as below:

capabilities: [ { “LT:Options”: { // Add you capabilities here build: “NodeJS WebDriverIO Android”, name: “Sample Test - WebDriverIO”, isRealMobile: true, platformName: “Android”, deviceName: “Galaxy S9”, platformVersion: “10”,

}
}, ],