This automation framework is using WebdriverIO tool with Cucumber. To run the tests on your machine hit following npm commands.
- Create
.env
file in main project folder - Copy paste in above file
URL=https://www.saucedemo.com/
USER_NAME=standard_user
PASS_WORD=secret_sauce
Open new terminal and run below command.
npm test