-
-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* -migrate to gradle; -remove android-studio, cukeulator-test, cucumber-android-test subpojects, #5 fix sample; -make compatible with cucumber 4.0.0 -#3 fix reported duration time * Make gradle script executable * Add gradle build dirs to .gitignore * Fix caching for gradle * Add android components for sdk 27 * Run unit tests before starting emulator * Try some stuff * Try more * More trying * Try louder * With more tools * Try this image * Jak shaving * Start the engines * Install more stuff * Work around * Downgrade target sdk to 24 * Run build as part of install * Back to 27 * gradle 4.10 * add clean before build * run tests with spoon * enable debug logging in spoon * specify android.components in .travis.yml * restore sdkmanager commands * specify build-tools and android-24 in android.components * try emulator for sdk 26 (googlemaps/android-maps-utils#371) * try emulator x86 * try emulator 21 arm * print error from logcat * adb logcat * added sdcard to emulator * specify emulator skin
- Loading branch information
1 parent
10a0894
commit c99afcc
Showing
100 changed files
with
520 additions
and
2,167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
.idea | ||
*.iml | ||
local.properties | ||
.gradle | ||
/cucumber-android/build/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
## 4.0.0-SNAPSHOT | ||
|
||
### Changed | ||
* migrate everything to Gradle | ||
|
||
### Removed | ||
* android-studio sample - now [cukeulator](https://github.com/cucumber/cucumber-android/tree/master/cukeulator) is the only valid sample (for Gradle and Android Studio) | ||
* cukeulator-test and cucumber-android-test | ||
|
||
### Fixed | ||
* [#5](https://github.com/cucumber/cucumber-android/issues/5) - Sample Does Not Work | ||
* [#4](https://github.com/cucumber/cucumber-android/issues/4) - Support for parallel cukes | ||
* [#3](https://github.com/cucumber/cucumber-android/issues/3) - Reported duration time of scenario is about 0ms on Android |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
android-studio/Cukeulator/app/src/main/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-6.32 KB
android-studio/Cukeulator/app/src/main/res/drawable-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-3.58 KB
android-studio/Cukeulator/app/src/main/res/drawable-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-9.07 KB
android-studio/Cukeulator/app/src/main/res/drawable-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-15.7 KB
android-studio/Cukeulator/app/src/main/res/drawable-xxhdpi/ic_launcher.png
Binary file not shown.
Oops, something went wrong.