File tree 1 file changed +5
-2
lines changed
examples/android/cukeulator-test
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,12 @@ Features must be placed in `assets/features/`. Subdirectories are allowed.
6
6
7
7
Read ` libs/README.md ` for details on dependencies.
8
8
9
- #### Using ant
9
+ ### Using ant
10
10
1 . Please read [ "Building and Running from the Command Line"] ( https://developer.android.com/tools/building/building-cmdline.html ) .
11
11
2 . Make sure you have the required jars in ` libs/ ` (read libs/README.md).
12
12
3 . Run ` ant test ` .
13
13
14
- #### Using an IDE
14
+ ### Using an IDE
15
15
1 . Please read [ "Building and Running from Eclipse with ADT"] ( https://developer.android.com/tools/building/building-eclipse.html ) .
16
16
2 . Create an Android test-project from these sources with ` cucumber-example/ ` as the tested project.
17
17
3 . Create a run configuration with ` cucumber.android.api.CucumberInstrumentation ` as the instrumentation.
@@ -33,3 +33,6 @@ To run instrumentation:
33
33
View all available goals:
34
34
35
35
` 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 ) .
You can’t perform that action at this time.
0 commit comments