Skip to content

Commit

Permalink
Less ambitious changes for Markdowness.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsankey committed Nov 28, 2012
1 parent 896b192 commit 2a283d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -34,15 +34,15 @@ project which implements the JUnit tests:
http://github.com/jsankey/android-junit-report/downloads http://github.com/jsankey/android-junit-report/downloads
and add it to your libs/ directory. and add it to your libs/ directory.
* Edit AndroidManifest.xml to set android:name in the * Edit AndroidManifest.xml to set android:name in the
<instrumentation> tag to: instrumentation tag to:
com.zutubi.android.junitreport.JUnitReportTestRunner. com.zutubi.android.junitreport.JUnitReportTestRunner.
* Edit ant.properties to add the line: * Edit ant.properties to add the line:
test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner test.runner=com.zutubi.android.junitreport.JUnitReportTestRunner
* Run your tests as you would normally: * Run your tests as you would normally:
$ ant debug install test $ ant debug install test
* Pull the resulting XML report from the device (from the application * Pull the resulting XML report from the device (from the application
under test's internal storage directory): under test's internal storage directory):
$ adb pull /data/data/<main app package>/files/junit-report.xml $ adb pull /data/data/main app package/files/junit-report.xml
* Integrate the XML with your chosen build tool. * Integrate the XML with your chosen build tool.


Customising Via Arguments Customising Via Arguments
Expand Down

0 comments on commit 2a283d2

Please sign in to comment.