summaryrefslogtreecommitdiff
path: root/platform/android/scripts/generate-test-code.js
Commit message (Collapse)AuthorAgeFilesLines
* [android] - update activity test generation with newest classes, make ↵Tobrun2017-06-201-1/+1
| | | | FillExtrusionActivity conform to generated activity test setup. (#9276)
* [android] - rework instrumentation tests (#8793)Tobrun2017-04-211-1/+1
|
* Add simple map activity to testapp (#7136)Pablo Guardiola2016-11-221-1/+1
| | | | | | * [android] 6481 - add simple map activity to test app * [android] #6481 - exclude SimpleMapActivity
* [android] - instrumentation tests upgrade, move view checking to utility ↵Tobrun2016-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | class, remove inheritance in runtime style test (#6803) update gitignore for generated tests add camera move test add realtime geojson to be excluded when generating Activity sanity tests by default show workaround for showing a MapView in a dialog add annotation tests remove older camera tests, introduce tests for move, ease and animate, bring back setLatLng and getLatLng on MapView, add tests for internal camera API. compass view tests add tests for attribution and logo. fix annotation tests Rename Actiivity test class, split up annotation tests, added MarkerView tests, added infowindow tests, added MyLocationView tests fix addRemoveLayer test by integrating map interactions inside a ViewAction
* [android] - move instrumentation test code to correct package for Android ↵Tobrun2016-10-201-2/+2
| | | | Studio run configurations integration. (#6748)
* Adds map dialog activity to testapp (#6741)Cameron Mace2016-10-191-2/+1
| | | | | | * adds map dialog activity to testapp * added to genertate-test-code script
* [android] #6635 - Sample multimap activityAntonio Zugaldia2016-10-101-1/+1
| | | | | | * [android] sample multimap activity * add MultiMapActivity to excludeActivities in generate-test-code.js
* 6402 update offline metadata android (#6456)Tobrun2016-09-281-1/+1
| | | | | | | | | | * [android] - update offline metadata jni integration * extract offline utils for reuse * add test activity for update metadata * fix requested signature changes
* [android] - get firebase test lab results with gsutil (#6220)Tobrun2016-09-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [android] - get results with gustily debug fix debug debug fix correct file path remove duplicate ls fix bash script + add deploy step + debug file system install crcmod zip output correct option for zipping add compression to output. This allows including subfolders cleanup remove json from artefact always upload test results always run step to true * [android] - disable query rendered test * fix name in test
* 6039 focal point uses MyLocationView padding (#6108)Tobrun2016-08-231-1/+1
| | | | | | | | | | | | * [android] - don't auto tint drawables + formatting * [android] - formatting * [android] #6039 - fixes focal point when padding mylocationview * [android] #5977 - MyLocationView.setPadding example + formatting Manifest * [android] - Reset to default configuration, cleanup class
* [android] #5211 - update yaml to run on device lab, update test with ↵Tobrun2016-08-181-1/+4
| | | | NoSuchSource exception (#6073)
* 5859 generate sanity tests (#5870)Tobrun2016-08-171-0/+60
* [android] #5859 - generate espresso tests [android] #5859 - cleanup xml files, use all the same resource id for map view [android] #5859 - update scripts [android] #5859 - update Activity to match mapboxMap naming [android] #5859 - make SurfaceViewMediaControlActivity compatible [android] #5859 - make MarkerViewScaleActivity test generation compatible [android] #5859 - make PolygonActivity test generation compatible [android] #5859 - integration within make file [android] #5859 - made CameraPostion generation safe [android] #5859 - generate sanity test [android] #5859 - add generated test cases [android] #5859 - add documentation * [android] #5859 - remove generated files, introduce gen package, added gitignore to package * [android] #5859 - regenerated test code * [android] #5859 - added AWS gradle plugin + bitrise configuration * [android] #5859 - fixes running locally without having the properties configured * [android] #6010 - remove python from android sdk * [android] #5859 - update docs about aws gradle plugin