/WebDriverIO_MiniProj

HackeRank Test | Collabera - ANZ Bank

Primary LanguageJavaScript

Selenium WebdriverIO (JS) with Mocha framework example test

This is a repo containing a sample test using Selenium WebdriverIO (JS) with Mocha framework example test.

Install dependencies

Run npm install to install project dependencies

Downloading ChromeDriver

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.

Running test

Run wdio.conf.MiniProject.js --suite Set1 to run the sample test