Commit Graph

17 Commits

Author SHA1 Message Date
snevesbarros
e7f0e22780 fixed issue around installation where app was downloaded and unzipped twice for the installApp mobile command. 2013-08-20 16:24:49 +01:00
Ross Rowe
8c565171ea Added Java sample which demonstrates how to run a test against Mobile Safari with Appium 2013-07-26 19:07:14 +10:00
AmitKumar5
ce69300ba6 Squashing Commits
Squashing 2

Use lower case adb.

Use === not ==

create ChromeAndroid device which subclasses Android

move remote execute functionality into device common

send commands to chrome as javascript atoms via remote debugger

make chrome device proxy to chromedriver instead of using atoms

add describeForChrome in driverBlock and add webview tests for chrome

fix outstanding issue in doRequest so there's no empty body, misc cleanup

use streams instead of data events for chromedriver subproc

add comment about why we're doing dumb things with chromedriver

add docs for mobile safari and mobile chrome

update grunt docs

remove unused remote debugger files

clean up callback structure

make sure to encode doRequest response to JSON if possible (fix #847)

Fix undefined

Squashing 1

allow testsuite to take port from env so ios/android tests can run simultaneously

make sure webview guinea pig runs on same port as appium

make sure to discard series info here so it doesn't get passed on

fix find element from element tests

update test to use correct appium port

Squashing

make sure fruitstrap gets into build/ for npm releases (cc @snevesbarros)

/session/:sessionId/element/:id/enabled should return a boolean value.

Signed-off-by: Matt Isaacs <misaacs@gilt.com>

Unneccessary

Removing MonkeyPinch
2013-07-23 12:29:50 -04:00
Saikat Maitra
8eae54c64c TestNG and Junit tests for Android.These tests are similar to the one available in the sample-code/examples/python 2013-07-13 23:07:58 +05:30
sergio.barros
f964900510 Added changes for decoupling creating session, installing, launching, closing and uninstalling app for iOS and Android using mobile commands 2013-06-30 08:07:20 +01:00
tborys
f56a6a70bb Decoupling installation and removal from launching the app for iOS by adding new end points to appium server. 2013-06-29 23:27:47 +01:00
KiSS Concept
a4ede0d768 Update more test for SimpleTest 2013-05-07 17:58:30 +07:00
Ross Rowe
07a7a70c2f Updated Java Appium examples and documentation 2013-03-29 16:17:51 +11:00
Jonathan Lipps
c11c7a4986 update example files to clarify what sdk is used 2013-02-11 18:53:00 -08:00
Ross Rowe
1d79fbc8d3 Updated Sauce appium tests 2013-02-11 09:30:23 +11:00
Jonathan Lipps
6b88ae1d34 change hosted location of example apps 2013-02-06 16:34:07 -08:00
Ross Rowe
fec1cc0fe8 Resolve test failures 2013-02-05 15:07:22 +11:00
Ross Rowe
c2a5da2108 Updated path of app 2013-02-05 13:00:22 +11:00
Ross Rowe
a7dfa47b34 Ported tests to TestNG 2013-02-05 12:29:38 +11:00
Ross Rowe
2cdf533bc7 Initial Java port of tests 2013-02-05 12:26:07 +11:00
Ross Rowe
dd26af0d50 Initial Java port of tests 2013-02-05 12:05:29 +11:00
Ross Rowe
afa64afc18 Added initial Java testing code 2013-02-02 08:06:18 +11:00