/Appium_WebDriverIO_code_base

It is a ready codebase for Android Mobile Application Testing using Appium,WebdriverIO and JavaScript.

Primary LanguageJavaScript

This is a Android mobile App testing using Appium and WebdriverIO with JavaScript.

Way to setup this project

Clone the code

git clone https://github.com/Kaijar2020/Appium_WebDriverIO_code_base.git

install wdio

npm install webdriverio --save-dev
npm install

Run the project

npx run wdio

To Generate Allure report follow the process

npm install @wdio/allure-reporter --save-dev

After run the project generate report from allure redult

allure generate ./allure-results  

To run the report

allure open

You will able to see this type of report.

image