forked from TestStudio/TelerikTesting-Cordova-Marketplace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
10 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.