You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
<?xml version="1.0"?>
<testsuites>
<testsuitename="PhantomJS 1.9.8 (Mac OS X)"package="warehouse-web"timestamp="2015-04-07T16:47:40"id="0"hostname="Daviss-MacBook-Pro.local"make_target="undefined"tests="28"errors="0"failures="0"time="0.046">
<properties>
<propertyname="browser.fullName"value="Mozilla/5.0 (Macintosh; Intel Mac OS X) AppleWebKit/534.34 (KHTML, like Gecko) PhantomJS/1.9.8 Safari/534.34"/>
</properties>
<testcasename="should execute $resource to fetch current user"time="0.004"classname="..browser-test"package="warehouse-web PhantomJS 1.9.8 (Mac OS X)"parentSuites="SettingsCtrl"/>
<testcasename="should tell the server to verify the email account on `$scope.verify`"time="0.001"classname="..browser-test"package="warehouse-web PhantomJS 1.9.8 (Mac OS X)"parentSuites="SettingsCtrl"/>
But when I look for the test results in Jenkins (build 1.607) it does not show them, only the number of tests and time it took:
Am I missing something?
The text was updated successfully, but these errors were encountered:
It looks like the issue is this classname="..browser-test" -- jenkins doesn't know how to deal with that, the parent classname or package is a dot and it just can't parse it into the ui.
Hi, I have this same issue. I suspect it is happening because I'm not specifying any output directory nor am I using browser folders. From the docs it sounds like something needs to be done with environment variables in order to construct the desired classnames??? I can't figure it out.
Sorry, I can't figure it out as well, we're not using this module anymore.
I add a DEPRECATED to the readme an will unpublish it in this week from npmjs.org
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got the plugin
[email protected]
and I've configuredkarma.conf.js
as follows:Which generates XML that looks like this:
But when I look for the test results in Jenkins (build 1.607) it does not show them, only the number of tests and time it took:
Am I missing something?
The text was updated successfully, but these errors were encountered: