GithubHelp home page GithubHelp logo

beatsbears / prettyunit Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 227 KB

converts python unittest results into json

License: MIT License

Python 61.39% CSS 5.69% JavaScript 12.45% HTML 19.37% Shell 1.10%

prettyunit's People

Contributors

beatsbears avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

morristech

prettyunit's Issues

Add Summary numbers to graph dashboard.

Should include the number of pass/fail/error/skip this time, contrasted with a +/- for last time.

  • "Snapshot" Label
  • Include (time since last run)
  • Same color as the Graph
  • 50% opacity for the labels

Investigate test results/suite mismatch when posting empty data sets

repro w/
curl -X POST -H "Content-Type: application/xml" -H "Cache-Control: no-cache" -H "Postman-Token: 81ebcd6a-e3ba-f40a-e6c3-fade11e61c2d" -d '<?xml version="1.0" encoding="UTF-8"?> <testsuites> <testsuite name="JUnitXmlReporter" errors="0" tests="0" failures="0" time="0" timestamp="2013-05-24T10:23:58" /> <testsuite name="JUnitXmlReporter.constructor" errors="1" skipped="1" tests="3" failures="1" time="0.009" timestamp="2013-05-24T10:23:58"> <properties> <property name="java.vendor" value="Sun Microsystems Inc." /> <property name="compiler.debug" value="on" /> <property name="project.jdk.classpath" value="jdk.classpath.1.6" /> </properties> <testcase classname="JUnitXmlReporter.constructor" name="should default path to an empty string" time="0.006"> <failure message="test failure">Assertion failed</failure> </testcase> <testcase classname="JUnitXmlReporter.constructor" name="should default consolidate to true" time="0"> <skipped message="skipped testcase"/> </testcase> <testcase classname="JUnitXmlReporter.constructor" name="should be an error" time="0.001"> <error message="test error">Error Occurred</error> </testcase> <testcase classname="JUnitXmlReporter.constructor" name="should default useDotNotation to true" time="0.002" /> </testsuite> </testsuites>' "http://localhost:5000/api/results"

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.