Giter Club home page Giter Club logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
Issue 100 has been merged into this issue.

Original comment by [email protected] on 23 Oct 2014 at 9:41

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
@rucoll I agree they should add support for XML output, but in the mean time I 
would recommend the Log Parser Plugin for Jenkins as a temporary fix.  It's not 
ideal but at least you can get a Jenkins' build to fail when espresso throws an 
error.

Original comment by [email protected] on 14 Jan 2015 at 5:49

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
It looks like it should be possible to do this by attaching a RunListener. I 
haven't been able to find an existing implementation though.

RunListener: 
http://junit.sourceforge.net/javadoc/org/junit/runner/notification/RunListener.h
tml

Original comment by [email protected] on 10 Mar 2015 at 5:10

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
The problem with Espresso 2.0 and RunListeners, as opposed to TestListeners, is 
that they have no callback for test errors (only for test failures). Anyway, if 
you're looking for a RunListener-based XML report writer, have a look at 
https://github.com/barrypitman/JUnitXmlFormatter.

Original comment by sschuberth on 10 Mar 2015 at 7:35

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
JUnit4 treats test errors as test failures, so the extra callback shouldn't be 
needed as long as AndroidJUnitRunner conforms to this.

If you want test errors to be shown differently to test failures, you could do 
this in your RunListener by just checking whether the Throwable that caused a 
failure extends AssertionError.

I haven't had chance to check whether AndroidJUnitRunner treats test errors as 
failures - and whether it does this for all tests or just for JUnit4-style 
tests.

Original comment by [email protected] on 11 Mar 2015 at 9:54

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
The gradle plugin now does this for us: 
http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Running-tests

Original comment by [email protected] on 30 Mar 2015 at 9:07

  • Changed state: WontFix

from android-test-kit.

GoogleCodeExporter avatar GoogleCodeExporter commented on June 3, 2024
@6 Could you clarify what "now" means? Which version of the Gradle plugin 
introduces that feature? I cannot find it in the release notes at 
http://tools.android.com/tech-docs/new-build-system/.

Original comment by sschuberth on 31 Mar 2015 at 8:16

from android-test-kit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.