Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (25 loc) · 1.11 KB

Project with WDIO freamwork and PageFragment pattern

Free shopping platform test with WDIO

Test Platform URL http://demo.litecart.net/

Links

How to install

Just type: npm install

How to run

  1. Run locally. Just type: npm run test.

  2. Run using Selenoid. Coming soon add selenoid configuration

  3. For run debug mode in VSCode. Just type F5 key in keyboard

Command description npm run test - run test from specs options wdio.conf.js npm run _posttest - generate alternative reporter and allure reporter npm run test allure - open allure reports npm run test clean - delete allure-report and allure-results folder npm run test report - generate allure reports from allure-results folder npm run test wb - run webdriver-manager //first time need run command ./node_modules/.bin/webdriver-manager update npm run test wb:stop - stop webdriver-manager
npm run test repl:wdio - WDIO REPL mode