This is a repo containing a sample test using Selenium WebdriverIO (JS) with Mocha framework example test.
Run npm install
to install project dependencies
If you wish to run the tests locally, you would need to download ChromeDriver for this example. The ChromeDriver version will depend on what Chrome version you are using. More information here.
Once you have downloaded the correct chromedriver version, you need to export this in your PATH variable.
Run wdio.conf.MiniProject.js --suite Set1
to run the sample test