NativeScript / ns-dev-days-appium-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:TypeScript 61.4%Language:JavaScript 25.2%Language:HTML 8.5%Language:CSS 4.9%