Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve result generated by jUnitReport addons to collect usable stats to show when running phantomjs #216

Closed
wants to merge 2 commits into from

Conversation

jsanchezpando
Copy link
Contributor

Add stats results to data. QUnit.jUnitReport function take one argument
{
xml:'<?xml ...',
results:{failed:0, passed:0, total:0, time:0}
}

{
  xml:'<?xml ...',
  results:{failed:0, passed:0, total:0, time:0}
}
@@ -22,6 +22,8 @@
});

QUnit.testStart(function(data) {
if(!start){ start = new Date(); }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you fix the whitespace/formatting here and in the other places? Use tabs, not spaces.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is fixed.

@jzaefferer
Copy link
Member

Thanks. Cleaned that up a little bit further and landed it with a rebase: 720e23f

@jzaefferer jzaefferer closed this Mar 21, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants