Skip to content

praveendvd/appium-chromedriver-multiremote-wdio-boilerplate

Repository files navigation

WebdriverIO Test Automation Framework

** WebdriverIO WinAppDriver Boilerplate Project: **

image

WebdriverIO is a progressive automation framework built to automate modern web and mobile applications. It simplifies the interaction with your app and provides a set of plugins that help you create a scalable, robust and flakiness test suite.

It is designed to be:

  • Extendable - Adding helper functions, or more complicated sets and combinations of existing commands is simple and really useful
  • Compatible - WebdriverIO can be run on the WebDriver Protocol for true cross-browser testing as well as Chrome DevTools Protocol for Chromium based automation using Puppeteer.
  • Feature Rich - The huge variety of built-in and community plugins allows you to easily integrate and extend your setup to fulfill your requirements.

You can use WebdriverIO to automate:

  • 🌐 modern web applications written in React, Vue, Angular, Svelte or other frontend frameworks
  • 📱 hybrid or native mobile applications running in an emulator/simulator or on a real device
  • 💻 native desktop applications (e.g. written with Electron.js)

Usage guide for the solution

What is multi-remote

multiremote feature in webdriverio allows to run multiple browser instance with different capabilities and access it within same test example

//where a can be appium and b can be chromedriver
a.click()
b.click()

Pre-requisite

Make sure nodejs latest is installed

Execution and Reporting

Just run:

.\executeAndOpenReport.bat

Contact Maintainer

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published