Presentation is loading. Please wait.

Presentation is loading. Please wait.

Streamline Manual Testing Using Cordova Simulate

Similar presentations


Presentation on theme: "Streamline Manual Testing Using Cordova Simulate"— Presentation transcript:

1 Streamline Manual Testing Using Cordova Simulate
John M. Wargo

2 About Me Software Developer, Writer, Presenter, Husband, Father, Geek
Principal Program Microsoft Part of the Azure team working on Visual Studio Mobile Center Responsible for Microsoft’s JavaScript Mobile tooling: Visual Studio Code Extensions for Cordova and React Native Contributor to the Apache Cordova Project Author of a few books

3

4 Bonus Material @ts-check in Visual Studio Code

5 First a Little History…

6 Apache Ripple

7 Where We Are Today

8 Cordova Simulate Open source project led my Microsoft
An evolution of the Ripple Emulator Integrated in Visual Studio Tools for Apache Cordova (TACO) Integrated in Visual Studio Code’s Cordova Extension tools Available through a command-line interface Extensible Add support for Cordova Simulate to your Cordova plugins (public or private)

9

10 Simplified Cordova Project Creation
cdva-create ( To install, open a command prompt or terminal window, and type the following command: npm install –g cdva-create With that in place, create a complete Cordova application project using the following command: cdva-create HelloWorld com.johnwargo.helloworld “Hello World”

11 Configuring cdva-create
{      "platformList":[         "android",       "ios"    ],    "pluginList":[         "cordova-plugin-console",       "cordova-plugin-dialogs",       "cordova-plugin-device"    ],    "enableDebug":false,    "copyFrom":"",    "linkTo":"",    "createParms":"" }

12

13 Resources Source code: https://github.com/johnwargo/phonegapday-2017
Cordova Simulate: Me First dot where I work dot com  First at first plus last dot com  Blog: johnwargo.com


Download ppt "Streamline Manual Testing Using Cordova Simulate"

Similar presentations


Ads by Google