Free shopping platform test with WDIO
Test Platform URL http://demo.litecart.net/
Just type: npm install
-
Run locally. Just type:
npm run test
. -
Run using Selenoid. Coming soon add selenoid configuration
-
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