Skip to content

Commit e90462b

Browse files
committed
Clarification about cucumber-android output.
1 parent 8ce5d8e commit e90462b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

examples/android/cukeulator-test/README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ Features must be placed in `assets/features/`. Subdirectories are allowed.
66

77
Read `libs/README.md` for details on dependencies.
88

9-
#### Using ant
9+
### Using ant
1010
1. Please read ["Building and Running from the Command Line"](https://developer.android.com/tools/building/building-cmdline.html).
1111
2. Make sure you have the required jars in `libs/` (read libs/README.md).
1212
3. Run `ant test`.
1313

14-
#### Using an IDE
14+
### Using an IDE
1515
1. Please read ["Building and Running from Eclipse with ADT"](https://developer.android.com/tools/building/building-eclipse.html).
1616
2. Create an Android test-project from these sources with `cucumber-example/` as the tested project.
1717
3. Create a run configuration with `cucumber.android.api.CucumberInstrumentation` as the instrumentation.
@@ -33,3 +33,6 @@ To run instrumentation:
3333
View all available goals:
3434

3535
`mvn android:help -pl examples/android/cukeulator-test -P android-examples`
36+
37+
### Output
38+
Filter for the logcat tag `cucumber-android` in [DDMS](https://developer.android.com/tools/debugging/ddms.html).

0 commit comments

Comments
 (0)