Skip to content

A simple Cordova app showing how to test using Appium and WebdriverIO

License

Notifications You must be signed in to change notification settings

asialgearoid/cordova-appium-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository contains a simple Cordova project which shows how to test using Appium. See the related blog post for full info.

Setup

First install the dependencies.

npm install

Run appium-doctor to ensure your machine is set up correctly:

npm run appium-doctor

Then set up Android. See the blog post for info on how to set up the project for iOS.

cordova platform add android && cordova build android

Run tests

Connect a device or start up an emulator. Ensure it matches the capabilities specified in tests/wdio.conf.js. Then run the tests:

npm run test

About

A simple Cordova app showing how to test using Appium and WebdriverIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published