Understanding GA-WDIO

Understanding GA-WDIO

An automation CLI tool that creates & runs tests project for Web, API & Mobile (iOS/Android) apps.

GA-WDIO is an automation testing CLI tool, that supports WebDriverIO and provides solutions to our in-house issues.

GA-WDIO manages things like set-up, configurations, drivers, etc. internally for the Web, API & Mobile apps.

You can find the repository on GitHub β€” geekyants/ga-wdio.

Or

You can find the npm package on NPM - ga-wdio

Or

You can install the package locally using the following command:

npm install -g ga-wdio

Why we need this tool?

Web automation testing requires things like selenium driver, browser’s driver, configuration files for different browsers and platforms.

API testing mostly was done on Postman and we always needed something with state-management to reuse the response from an API to the other one’s request.

Mobile automation testing always had to go with configuring the Appium and running it before we run our test cases.

Once all the things were correctly configured, the developer will then focus on creating the app structure and writing those test cases.

So in all, writing test cases were never a pain but setting up one & then configuring it has always made our team avoid writing automation testing!

What does this tool provide?

  1. Support for:

    • Web App Testing
    • API Testing
    • iOS & Android Mobile App Testing
    • iOS & Android Mobile Browser Testing
    • Browser Stack’s Automate environment for Web & Mobile Testing
  2. CLI commands to:

    • Create boilerplate.
    • Run test cases.
    • Check the Appium’s necessary & optional dependencies on your system
    • Upload the mobile APK or IPA to the browser-stack cloud.

What are the commands? How do they work?

  • Create Command for All β€” It asks you various questions before creating the boilerplate!

create.png

  • Run Command β€” API

runapi.png

  • Run Command β€” Web

runweb.png

  • Run Command β€” Android Mobile

4.png

  • Run Command β€” iOS Mobile

runios.png

  • Check Command β€” Mobile (Checks if your system has all the required dependencies)

check.png

  • Upload Command β€” Uploads your app build to the Browser Stack and returns the necessary details to proceed!

upload.png


About Me πŸ‘¨β€πŸ’»

I'm Faiz A. Farooqui. Software Engineer from Bengaluru, India. Find out more about me @ faizahmed.in

Did you find this article valuable?

Support Faiz's Blog by becoming a sponsor. Any amount is appreciated!

Β