Sign in
chromium
/
chromium
/
third_party
/
espresso
/
HEAD
5c1ba48
Add runner jars
by Valera Zakharov
· 9 years ago
master
167b008
Added new cheat sheet pdf
by Stephan Linzner
· 9 years ago
e349eb1
Added espresso v2 cheatsheet pdf
by Stephan Linzner
· 9 years ago
3d671c9
Espresso 2.0 jars
by Valera Zakharov
· 9 years ago
e81b669
Javadoc for Espresso 2.0
by Stephan Linzner
· 9 years ago
f80d5bd
Uploaded javadoc for android testing support lib runner
by Stephan Linzner
· 9 years ago
1e71a17
Contrib standalone jar
by Valera Zakharov
· 10 years ago
f6ec5bf
Espresso docs and jars.
by Valera Zakharov
· 10 years ago
6e01895
Espresso open source: update version to 1.1 (using variable breaks some of the maven plugins). Also the SNAPSHOT qualifier is reserved for unreleased builds. Since we're releasing this, might as well not use it.
by Valera Zakharov
· 10 years ago
aaf0047
Espresso open source: more pom cleanup (preventing dex preverification errors)
by Valera Zakharov
· 10 years ago
b6c01c8
Espresso: Fix https://code.google.com/p/android-test-kit/issues/detail?id=33: if an activity resumes we should return from the method instead of breaking the loop and throwing an exception.
by Valera Zakharov
· 10 years ago
34932b7
Espresso: Update version to 1.1.
by Valera Zakharov
· 10 years ago
1f197de
Espresso: update open source files:
by Valera Zakharov
· 10 years ago
67be319
Espresso: provide getter for AndroidTestRunner.
by Valera Zakharov
· 10 years ago
353c1c8
Espresso: Move sample tests to test app package.
by Valera Zakharov
· 10 years ago
e3bd5a3
Espresso: fix DrawerActivity layout.
by Valera Zakharov
· 10 years ago
bf94035
Push Root Matcher into ViewInteraction and share it across the graph via an
by Valera Zakharov
· 10 years ago
1e5ee05
Allow users to provide their own RootMatcher instead of using Espresso's heuristics.
by Valera Zakharov
· 10 years ago
b4fa36e
Espresso: update swipe integration tests to work around b/12113054 (Espresso: swipe fails with small support lib ViewPagers).
by Valera Zakharov
· 10 years ago
16cc465
Workaround for support lib rev 19 issue with NavUtils
by Valera Zakharov
· 10 years ago
1e0860f
This check was wrong and always declaring windows to be focusable and touchable.
by Valera Zakharov
· 10 years ago
d5780a2
Ensure Espresso can recover gracefully from exceptions thrown during loopUntil methods.
by Valera Zakharov
· 10 years ago
5d1754f
Clear database context after every test run (clears package data). Adding the method clearDatabaseAndRecreateApp within WebTestBootstrapper is causing cyclic dependency in AndroidWebDriver which is why the casting is for G3Instrumentation.
by Valera Zakharov
· 10 years ago
390ecfe
Give users the ability to type text into a pre-focused view without tapping for
by Valera Zakharov
· 10 years ago
2757c1f
-------------
by Valera Zakharov
· 10 years ago
3969fd3
Allow users to control Idle handling thru IdlingPolicies
by Valera Zakharov
· 10 years ago
08a7b49
Espresso: deregister IdlingResources in finally block.
by Valera Zakharov
· 10 years ago
c3349b2
Update Espresso's ScrollToAction to support HorizontalScrollView
by Valera Zakharov
· 10 years ago
92ade9d
Fix IdlingResourceRegistry.
by Valera Zakharov
· 10 years ago
2ebeb06
If a looper is in Thread.State.WAIT we may want to consider it idle.
by Valera Zakharov
· 10 years ago
c4e4da0
Add support for swiping in Espresso.
by Valera Zakharov
· 10 years ago
93955ce
Move MotionEvent utilities into a separate class.
by Valera Zakharov
· 10 years ago
6e26af8
Automated g4 rollback of changelist 56611229.
by Valera Zakharov
· 10 years ago
00ca1e8
Add idling_registry_timeout_seconds test flag so tests can specify their own timeout for idling resources.
by Valera Zakharov
· 10 years ago
1789067
#1 Isolate MessageQueue reflective method access into its own class (out of
by Valera Zakharov
· 10 years ago
d90fd4f
Remove copyright from all of our files.
by Valera Zakharov
· 10 years ago
dc7df1a
Fix []Instrumentation.
by Valera Zakharov
· 10 years ago
9f9565f
Strip off the view hierarchy when dealing with Android Webdriver tests.
by Valera Zakharov
· 10 years ago
668826f
Change pinpoint click to finger click. More realistic for touch devices.
by Valera Zakharov
· 10 years ago
d4c7221
Fix click event. Precision of click event was not propagated to down event.
by Valera Zakharov
· 10 years ago
54357bc
Fix GeneralLocation using X and Y offsets the wrong way round.
by Valera Zakharov
· 10 years ago
f304abd
Javascript bridging for all (who include web:bridge in their deps).
by Valera Zakharov
· 10 years ago
56122c9
Controls around activity cleanup.
by Valera Zakharov
· 10 years ago
e291d5d
Move the responsibility of hosting the object graph out of the Espresso entry point.
by Valera Zakharov
· 10 years ago
09351bb
Fix description spelling: "descenant" -> "descendant"
by Valera Zakharov
· 10 years ago
d26dba2
Corretto: added BrowserInterface "implementation" (unsupported)
by Valera Zakharov
· 10 years ago
5d86257
Adding a NoActivityResumedException to explicitly indicate cases where Espresso wanted to interact with the UI but there were no Activities being displayed at that particular moment.
by Valera Zakharov
· 10 years ago
4b57b5e
Add activities in other stages as well in the loop in waitForAtLeastOneActivityToBeResumed()?
by Valera Zakharov
· 10 years ago
cf47b3d
Adds DrawerActions to Espresso, for opening and closing a DrawerLayout.
by Valera Zakharov
· 10 years ago
7708034
Try to address some flakiness in pressing back and activity is restarting
by Valera Zakharov
· 10 years ago
28de609
Automated g4 rollback of changelist 54018158.
by Valera Zakharov
· 10 years ago
6208a5b
Send analytics pings from a worker thread instead of in batch at the end of the test.
by Valera Zakharov
· 10 years ago
b49a13f
Add @LargeTest annotation.
by valeraz
· 10 years ago
59b7112
Add @LargeTest annotation.
by valeraz
· 10 years ago
f4bab5f
Fix BasicTest to work on devices with soft keyboard.
by Valera Zakharov
· 10 years ago
001c4f0
Binaries and new javadocs
by thomas knych
· 10 years ago
68d468a
Espresso: Adding isDialog check to RootViewPicker.reduceRoots. If there are multiple windows present and one of them is a dialog, we return it (parity with previous impl).
by thomas knych
· 10 years ago
9a86b0f
Optimize test video recording.
by thomas knych
· 10 years ago
0adf744
Automated g4 rollback of changelist 54018158.
by thomas knych
· 10 years ago
6d4226d
Automated g4 rollback of changelist 53564787.
by thomas knych
· 10 years ago
6dc2d30
Asserting that a data item is not in an adapter Sample
by thomas knych
· 10 years ago
94784e8
binaries and docs
by thomas knych
· 10 years ago
559cfe7
Send analytics pings from a worker thread instead of in batch at the end of the test.
by thomas knych
· 10 years ago
ae3e603
Seeing cases where finished is getting called 2x. lets prevent that from happening.
by thomas knych
· 10 years ago
02dd481
Add ActionBar Sample test.
by thomas knych
· 10 years ago
439d8f0
Espresso: Part 1 of 2 of multi-window support:
by thomas knych
· 10 years ago
488e101
remove unnecessary deps - test moe magic
by thomas knych
· 10 years ago
017131c
docs and binaries
by thomas knych
· 10 years ago
43b330d
test sync
by thomas knych
· 10 years ago
80a4bfc
release binaries
by thomas knych
· 10 years ago
83365cb
javadocs
by thomas knych
· 10 years ago
e57a882
Initial release
by thomas knych
· 10 years ago
a73cd8e
initial commit
by thomas knych
· 10 years ago