survepravin / webdriver-io-ui-test

automation framework is using WebdriverIO tool with Cucumber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

To run the automated tests

This automation framework is using WebdriverIO tool with Cucumber. To run the tests on your machine hit following npm commands.

Pre-requisites before running task

setup :
  1. Create .env file in main project folder
  2. Copy paste in above file
URL=https://www.saucedemo.com/
USER_NAME=standard_user
PASS_WORD=secret_sauce

Run the tests

Open new terminal and run below command. npm test

About

automation framework is using WebdriverIO tool with Cucumber


Languages

Language:JavaScript 97.4%Language:Gherkin 2.6%