filmaj
|
af31c83ec1
|
CB-12640: better handling of unrecognized commands on windows. removed error checking in emulator image listing when shelling out, as we already defensively dont shell out if the program is not on the PATH / not recognized. added additional test for windows unrecognized command errors for target listing. fixed up spying in a test.
|
2017-05-02 15:59:16 -07:00 |
|
filmaj
|
bd94735ba2
|
CB-12640: flipped avd parsing logic so that it always tries to use avdmanager to retrieve avds first, then falls back to android command if avdmanager cannot be found (and errors with ENOENT). updated tests - and added explicit tests to ensure to shell out to singular forms of sub-commands when executing android
|
2017-05-02 15:59:08 -07:00 |
|
filmaj
|
46e47a3c5c
|
CB-12640: support for android sdk tools 26.0.1. simplified target parsing by using avdmanager instead of sdkmanager. flipped target parsing logic so that it always tries to use avdmanager to retrieve targets first, then falls back to android command if avdmanager cannot be found (and errors with ENOENT). updated tests.
|
2017-05-02 15:58:56 -07:00 |
|
filmaj
|
3554267adf
|
CB-12546: more specs for android_sdk and check_reqs. added fixtures for sdk targets. refactored target listing.
|
2017-03-20 10:09:45 -07:00 |
|
filmaj
|
4a354bba86
|
CB-12546: based on android command exit code and stdout, conditionally try to invoke avdmanager to list out AVD images. tweak relevant test to match behaviour. small tweak to use exposed methods for checking platform (for easier future stubbing).
|
2017-03-20 10:08:36 -07:00 |
|
filmaj
|
d40c22441f
|
CB-12546: move check_reqs to templates directory and update module references.
|
2017-03-20 10:08:36 -07:00 |
|
filmaj
|
6395eda0c8
|
CB-12546: emulator specs.
|
2017-03-20 10:08:36 -07:00 |
|
filmaj
|
eb6ada8091
|
CB-12546: more robust sdk location detection. ANDROID_HOME now can be set from location of either of adb , android or avdmanager commands. slightly rework logic of infering ANDROID_HOME + setting up PATH to hopefully separate the logic into clearer sections. check_reqs.check_android now validates SDK Tools 25.3.1 binaries/structure. added specs for check_reqs.check_android. move android sdk version script. expose some helper functions as module methods to help with mocking.
|
2017-03-20 10:08:35 -07:00 |
|
Joe Bowser
|
e182e669f0
|
CB-12524: Put the script in the wrong spot, oops
This closes #367
|
2017-03-13 13:51:37 -07:00 |
|
Joe Bowser
|
028725468a
|
CB-12524: Removing the downgrade test, because thanks to Google's Tool Change, this will forever fail.
|
2017-03-13 13:51:37 -07:00 |
|
audreyso
|
3fc4daa447
|
CB-12018 : updated tests to work with jasmine (promise matcher tests commented out for now)
|
2017-01-11 17:07:17 -08:00 |
|
Joe Bowser
|
1af5ade39a
|
Adding isClean to the spec, this really should have failed a few commits ago
This closes #349
|
2016-12-05 15:32:18 -08:00 |
|
Joe Bowser
|
3bfeda4a3b
|
Updating the timeout due to known travis issues
|
2016-11-03 11:35:42 -07:00 |
|
Jesse MacFadyen
|
0fd7e7f040
|
Fixed AndroidStudio tests to actually run, removed app/src/main/assets/ as a requirement and added app/src/main/res instead, added placeholder for build/ folder, Removed dupe gitignore
|
2016-11-02 19:46:33 -07:00 |
|
Alexander Sorokin
|
5db2de95f5
|
CB-11964 Call clean after plugin install and mock it in tests
|
2016-10-07 18:14:36 -07:00 |
|
daserge
|
30325e4f32
|
CB-11869 Fix cordova-js android exec tests
Useragent Regexp result is null in node environment - add a check for it
Updated cordova-js
Increased e2e create specs timeout
|
2016-09-29 12:24:52 +03:00 |
|
Anis Kadri
|
f5ab6fc602
|
adding tests for Android Studio
This closes #331
|
2016-09-20 19:54:38 -07:00 |
|
Anis Kadri
|
222fb1c0e7
|
adding tests for AndroidStudio
|
2016-09-20 19:54:34 -07:00 |
|
Joe Bowser
|
ba5e3a81e0
|
Updating travis
This closes #328
|
2016-09-06 10:42:59 -07:00 |
|
Richard Knoll
|
9738079c42
|
CB-11259: Improving build output
This closes #305
|
2016-05-17 13:31:12 -07:00 |
|
Vladimir Kotikov
|
d351e316bf
|
CB-11138 Reuse PluginManager from common to add/rm plugins
This closes #301
|
2016-04-29 15:07:05 +03:00 |
|
Vladimir Kotikov
|
9af7f506f0
|
CB-11095 Fix plugin add/removal when running on Node v.010
|
2016-04-18 12:26:39 +03:00 |
|
Vladimir Kotikov
|
9b8558dbde
|
CB-11022 Duplicate www files to both destinations on plugin operations
This closes #289
|
2016-04-14 12:03:44 +03:00 |
|
Vladimir Kotikov
|
8ab75e7109
|
CB-10729 Move plugin handlers tests for into platform's repo
|
2016-03-01 11:31:14 +03:00 |
|
daserge
|
ce2525d4d8
|
CB-10628 Fix emulate android --target
Added a test case
|
2016-02-18 21:27:40 +03:00 |
|
Vladimir Kotikov
|
7be9e880c2
|
CB-10618 Handle gradle frameworks on plugin installation/uninstallation
This closes #259
|
2016-02-17 17:56:09 +03:00 |
|
Alexander Sorokin
|
32edaee3a2
|
CB-9831 CB-9835 CB-9932 Added e2e tests
|
2015-11-11 14:06:43 +03:00 |
|
Andrew Grieve
|
b8f2b8948f
|
Fix lint errors breaking travis CI
|
2015-03-31 10:07:27 -04:00 |
|
Joe Bowser
|
e4c9bebe34
|
CB-8735: Fixing the regex so that it's more compliant with Java package rules
|
2015-03-23 15:23:30 -07:00 |
|
Murat Sutunc
|
d0ade1d190
|
CB-8410 Enable jshint for Android platform
|
2015-02-03 15:21:56 -05:00 |
|
Ian Clelland
|
bb141a70e8
|
CB-5971: Add unit tests to cordova-android
|
2014-06-24 14:05:56 -04:00 |
|