Giter Site home page Giter Site logo

Comments (5)

pellet avatar pellet commented on August 16, 2024 3

I've created a devices.xunit test receiver as a cake plugin. Here is the repo

from devices.xunit.

pellet avatar pellet commented on August 16, 2024

I think writing a simple async\await TCP listener to write out the xunit.XML might be the cleaner option. The tests can be auto started and the app killed after running.

from devices.xunit.

pellet avatar pellet commented on August 16, 2024

I found this https://github.com/spouliot/Touch.Unit you can use the Touch.Server to write the CI's test to stdout/log and parse it to see if the test failed.

from devices.xunit.

jaimspok avatar jaimspok commented on August 16, 2024

Touch.Server from the Touch.Unit repository was built for NUnit tests. Has anyone ran it with XUnit tests?

from devices.xunit.

pellet avatar pellet commented on August 16, 2024

I think you would have to do some modification to get it to work. I ended up writing some simple code from scratch to listen on the tcp port and parse the incoming data for "Failed: 0" as to wether the tests passed or not.
I wrote the "test receiver" and android adb test harness deployment in c# using cake frosting.
I might try breaking the test receiver code out into a cake plugin for others to use or chuck some code up in gist or something.

from devices.xunit.

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.