An end to end testing platform for Web, Hybrid and Native project.
End to end specs for Project windows.
Just run command prompt below
install.cmd
Or Manuel Install
npm install
npm install appium appium-doctor
npm install -g allure-commandline --save-dev
For native android testing, please set some variables under "Basic Setup" caption that link
If you want to check everything is good for appium setup, run below on command prompt
appium-doctor
wdio wdio.conf.js --suite=Test
OR
npm run test-web
wdio wdio.android.conf.js --suite=Test
OR
npm run test-android
Just run command prompt below after finish test
npm run report