Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@doodle/proxy / junit.xml
Size: Mime:
<testsuites name="jest tests" tests="3" failures="0" time="2.29">
  <testsuite name="Proxy module" errors="0" failures="0" skipped="0" timestamp="2018-10-09T14:39:22" time="1.273" tests="1">
    <testcase classname="Proxy module should change the host of the request and pipe the result of the new request back" name="Proxy module should change the host of the request and pipe the result of the new request back" time="0.022">
    </testcase>
  </testsuite>
  <testsuite name="Proxy Middleware" errors="0" failures="0" skipped="0" timestamp="2018-10-09T14:39:23" time="0.632" tests="2">
    <testcase classname="Proxy Middleware should return only the proxy middleware when given empty options" name="Proxy Middleware should return only the proxy middleware when given empty options" time="0.002">
    </testcase>
    <testcase classname="Proxy Middleware should return the proper number of middlewares based on configuration supplied" name="Proxy Middleware should return the proper number of middlewares based on configuration supplied" time="0.002">
    </testcase>
  </testsuite>
</testsuites>