Download presentation
Presentation is loading. Please wait.
Published byAlisha Osborne Modified over 6 years ago
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
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)
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":"" }
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
Similar presentations
© 2024 SlidePlayer.com. Inc.
All rights reserved.