From 2a283d29835eaebde5babc5aa6cf51fa494f5eeb Mon Sep 17 00:00:00 2001 From: Jason Sankey Date: Wed, 28 Nov 2012 20:14:08 +1100 Subject: [PATCH] Less ambitious changes for Markdowness. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2d9eafe..61f4f6e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ project which implements the JUnit tests: http://github.com/jsankey/android-junit-report/downloads and add it to your libs/ directory. * Edit AndroidManifest.xml to set android:name in the - tag to: + instrumentation tag to: com.zutubi.android.junitreport.JUnitReportTestRunner. * Edit ant.properties to add the line: test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner @@ -42,7 +42,7 @@ project which implements the JUnit tests: $ ant debug install test * Pull the resulting XML report from the device (from the application under test's internal storage directory): - $ adb pull /data/data/
/files/junit-report.xml + $ adb pull /data/data/main app package/files/junit-report.xml * Integrate the XML with your chosen build tool. Customising Via Arguments