berni
|
7ab2c36667
|
porting '/wd/hub/session/:sessionId/screenshot', update in instruments - creating unique temp dir that is used by UIAutomation to store screenshots, there is some problem with test - socket times out waiting for new command
|
2013-01-17 02:09:36 +01:00 |
|
Sebastian Tiedtke
|
9f66f0f25a
|
No more plain console.log across node js code.
|
2013-01-15 19:33:50 -08:00 |
|
Jonathan Lipps
|
16f3f54a25
|
clean up and refactor instruments
|
2013-01-15 13:20:41 -08:00 |
|
Jonathan Lipps
|
5abc71c393
|
modularize instruments client
|
2013-01-15 12:45:22 -08:00 |
|
jeremy avnet
|
ed1a53bcb2
|
add use strict to client.js (inside the function)
|
2013-01-15 11:46:19 -08:00 |
|
jeremy avnet
|
b1f5bb4922
|
have grunt lint use js strict mode and fix up the codebase to pass
|
2013-01-15 11:43:08 -08:00 |
|
Jonathan Lipps
|
1d25789233
|
fixing lint errors
|
2013-01-15 11:37:41 -08:00 |
|
Sebastian Tiedtke
|
f8ee9f3e1e
|
Made jshint and travis happy.
|
2013-01-15 11:34:17 -08:00 |
|
Jonathan Lipps
|
2662bdeb30
|
modify appium so it uses the new, cleaner exit interface with socket-based instruments server
|
2013-01-15 11:23:59 -08:00 |
|
Jonathan Lipps
|
44fa7a4582
|
rewrite of instruments to use sockets rather than HTTP
|
2013-01-15 11:03:04 -08:00 |
|
Jonathan Lipps
|
30b7a4b4b1
|
added grunt task for building test app
|
2013-01-14 12:38:06 -08:00 |
|
Jonathan Lipps
|
cc4ccb3ae6
|
add a debug mode to instruments
|
2013-01-14 12:14:50 -08:00 |
|
Jonathan Lipps
|
2c74fc7df5
|
instruments organization; add shutdown handler for dealing with trace dirs; more cleanup
|
2013-01-14 12:06:56 -08:00 |
|
Jonathan Lipps
|
0b5707d3a8
|
update instruments example with new paths
|
2013-01-14 11:13:14 -08:00 |
|
Jonathan Lipps
|
bb874db84b
|
moving instruments js files to appium
|
2013-01-14 11:04:07 -08:00 |
|
Jonathan Lipps
|
34e5262f01
|
various instruments cleanup; also don't think we need artificial delay
|
2013-01-14 10:51:40 -08:00 |
|
Sebastian Tiedtke
|
9fae25678d
|
Keep appium instruments js files where they belong.
|
2013-01-13 18:34:43 -08:00 |
|
Jonathan Lipps
|
01b8422452
|
more instruments organization
|
2013-01-12 23:00:46 -08:00 |
|
Jonathan Lipps
|
6172a096dc
|
move bootstrap helpers into own dir
|
2013-01-12 22:55:54 -08:00 |
|
Jonathan Lipps
|
06b112616a
|
better logging
|
2013-01-12 22:49:30 -08:00 |
|
Jonathan Lipps
|
7b40537a8a
|
get POST working better
|
2013-01-12 22:45:47 -08:00 |
|
Jonathan Lipps
|
817ec934be
|
handle instruments logging better
|
2013-01-12 22:45:24 -08:00 |
|
Jonathan Lipps
|
b7f33fce72
|
handle instruments logging better
|
2013-01-12 22:45:24 -08:00 |
|
Jonathan Lipps
|
1914e49fb8
|
working more on cleaning up instruments
|
2013-01-12 22:45:24 -08:00 |
|
Sebastian Tiedtke
|
ddf2a72fdf
|
I can haz POST.
|
2013-01-12 22:30:04 -08:00 |
|
Sebastian Tiedtke
|
52e117ce3c
|
POST results in the body seems to be cleaner.
|
2013-01-12 19:05:33 -08:00 |
|
Sebastian Tiedtke
|
c9dee416bb
|
Added /click and /text.
|
2013-01-12 17:53:43 -08:00 |
|
Sebastian Tiedtke
|
9e5d92c5e3
|
First stab at element discovery.
|
2013-01-12 16:36:01 -08:00 |
|
Sebastian Tiedtke
|
5ba93b830b
|
Handle multiple non-concurrent sessions. Restart instruments per session.
|
2013-01-12 14:40:43 -08:00 |
|
Sebastian Tiedtke
|
e1be720848
|
Merge branch 'master' of github.com:appium/appium
Conflicts:
grunt.js
|
2013-01-12 13:55:56 -08:00 |
|
Sebastian Tiedtke
|
f4f04fc0c4
|
Subsequent changes to make it work with REST api.
|
2013-01-12 13:50:49 -08:00 |
|
Jonathan Lipps
|
543b9131e5
|
linting instruments directory now
|
2013-01-12 11:28:19 -08:00 |
|
Jonathan Lipps
|
fd91294cc4
|
use a more test-like example
|
2013-01-12 11:06:48 -08:00 |
|
Jonathan Lipps
|
2af241e162
|
break app building into its own file
|
2013-01-12 10:54:20 -08:00 |
|
Jonathan Lipps
|
b8373d50da
|
clean up bootstrap example
|
2013-01-12 10:50:46 -08:00 |
|
Jonathan Lipps
|
678112c586
|
fix spacing, clean up a bit
|
2013-01-12 10:47:29 -08:00 |
|
Jonathan Lipps
|
a676e7127d
|
better error handling in result parsing
|
2013-01-12 10:45:29 -08:00 |
|
Jonathan Lipps
|
dbdaecac6a
|
don't put jlipps absolute paths in example
|
2013-01-12 10:39:44 -08:00 |
|
Jonathan Lipps
|
41e017ee3b
|
rename instruments files for more clarity
|
2013-01-12 10:27:18 -08:00 |
|
Jonathan Lipps
|
63f46afc5f
|
get instrument module talking back and forth over http
|
2013-01-11 18:08:51 -08:00 |
|
Jonathan Lipps
|
6d569bc15d
|
add instruments module
|
2013-01-11 15:06:13 -08:00 |
|