Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyverbruggen committed Feb 13, 2017
2 parents bfeb71d + 27a3c15 commit 3aa83ab
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 29 deletions.
31 changes: 6 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,18 @@
# com.telerik.mobiletesting

This plugin provides support for Telerik Mobile Testing. Note that this plugin should only be used
This plugin provides support for hybrid apps in Telerik Test Studio Mobile. Note that this plugin should only be used
in debug builds, and should NOT be deployed with production apps.

Telerik Mobile Testing is available as part of the Telerik Platform. You can find more information
at: http://platform.telerik.com
This plugin is also available in the Telerik Platform. You can find more information
at: http://docs.telerik.com/teststudio/test-studio-mobile/native-applications/configure-your-app/configure-appbuilder

## Installation

cordova plugin add com.telerik.mobiletesting --variable IOS_APP_URL=myAppUrl
cordova plugin add com.telerik.mobiletesting

IOS_APP_URL is the URL to be used with the ios.launch(url) function in Telerik Mobile Testing. Specify
a new URL rather than an existing one, as the plugin will append a new URL to your app's plist.

For more information on configuring your app: http://docs.telerik.com/platform/mobile-testing/overview
For more information on configuring your app: http://docs.telerik.com/teststudio/test-studio-mobile/native-applications/configure-your-app/configure-hybrid

### Supported Platforms

- Android
- iOS
- WP8

### iOS Testing

// In Telerik Mobile Testing, specify the application URL setup via the plugin
ios.launch('myAppUrl')

### Android Testing

// In Telerik Mobile Testing, specify the package name of the Android application
android.launch('com.mycompany.appname')

### Windows Phone 8 Testing

// In Telerik Mobile Testing, specify the URI of the Windows Phone application
wp8.launch('myappuri')
- iOS
8 changes: 4 additions & 4 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemes.android.com/apk/res/android"
id="com.telerik.mobiletesting"
version="2.6.0.4">
<name>Telerik Mobile Testing</name>
<description>This plugin makes an app testable with Telerik Mobile Testing.</description>
<url>http://docs.telerik.com/platform/mobile-testing/overview</url>
version="2.7.0.3">
<name>Mobile Testing Extension</name>
<description>This plugin makes a hybrid app testable with Telerik Test Studio Mobile.</description>
<url>http://docs.telerik.com/teststudio/test-studio-mobile/overview</url>
<engines>
<engine name="cordova-ios" version=">=3.0.0" />
<engine name="cordova-android" version=">=3.0.0" />
Expand Down
Binary file modified src/android/MobileTestingExtension.jar
Binary file not shown.
Binary file modified src/android/MobileTestingSupportLib.jar
Binary file not shown.
Binary file modified src/ios/libMobileTestingExtension.a
Binary file not shown.

0 comments on commit 3aa83ab

Please sign in to comment.