Code Monkey home page Code Monkey logo

Comments (3)

fumiakiy avatar fumiakiy commented on July 20, 2024

How do you run your tests inside Jenkins? Assuming your Jenkins projects contain types of tests run not only on Karma (otherwise you can use junit-reporter) but other test harness platforms, you can use TAP::Formatter::JUnit with prove to generate test results for Jenkins to read (which is what I do in my projects).

See also http://blogs.perl.org/users/confuseacat/2011/09/perl-testing-with-jenkinshudson-avoiding-some-pitfalls.html.

from karma-tap-reporter.

aaronabramov avatar aaronabramov commented on July 20, 2024

thanks for the link!
i have pretty big test infrastructure (runs Jenkins but not really), that runs several test suites, which include karma suites.
and it expects multiple .tap report files to generate test stats.
so basically what i'm trying to do is to print tap report to stdout (exactly what this plugin does), plus 'tee' the tap output to a file for the system to consume.
do you mind if i write some code for it?

from karma-tap-reporter.

fumiakiy avatar fumiakiy commented on July 20, 2024

do you mind if i write some code for it?

Absolutely no problem!

from karma-tap-reporter.

Related Issues (4)

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.