You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: History.md
+1
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@
15
15
*[Java, Jython] New `--snippet [underscore|camelcase]` option for more control over snippet style. ([#561](https://github.com/cucumber/cucumber-jvm/pull/561), [302](https://github.com/cucumber/cucumber-jvm/pull/302) Márton Mészáros, Aslak Hellesøy)
16
16
*[Windows] Use uri instead of path in CucumberFeature ([#562](https://github.com/cucumber/cucumber-jvm/pull/562) Björn Rasmusson)
17
17
*[Android] Better example for Cucumber-Android. ([#547](https://github.com/cucumber/cucumber-jvm/issues/547), [#574](https://github.com/cucumber/cucumber-jvm/issues/574))
18
+
*[Android] Use @CucumberOptions instead of @RunWithCucumber. ([#576](https://github.com/cucumber/cucumber-jvm/issues/576))
Copy file name to clipboardExpand all lines: examples/android/android-test/README.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -11,14 +11,11 @@ On Windows: use `%ANDROID_HOME%\tools` and `%ANDROID_HOME%\platform-tools` inste
11
11
12
12
On OS X: Note that for the path to work on the commandline and in IDE's started by launchd [you have to set it](http://stackoverflow.com/questions/135688/setting-environment-variables-in-os-x/588442) in `/etc/launchd.conf` and **NOT** in .bashrc or something else.
Copy file name to clipboardExpand all lines: examples/android/cukeulator-test/src/cucumber/example/android/cukeulator/test/CalculatorActivitySteps.java
0 commit comments