How can we execute webdriverio Tests on Unix platform. Would the below command work ?
npx wdio run ./wdio.conf.js
WebdriverIO is basically a package that resides in NPM here. That means you need to follow system requirements for this package, which means installing a certain version of Node.js. And that could run on multiple OS.