ns-dev-days-appium-plugin

The official demos of the nativescript-dev-appium plugin from the NativeScript Developer Day 2017.

A video record of the session could be watched here.

This repositories contains:

These tests demonstrate:

Steps to start demo:

cd template-hello-world-ts  # or template-hello-world-ng
npm install
tns build android  # or ios
npm run e2e -- --runType android23 --reuseDevice  # or sim.iPhoneX.iOS110

Note: make sure you have set the correct platformName, platformVersion and deviceName values in the e2e/config/appium.capabilities.json file for the configuration you execute.