-
Notifications
You must be signed in to change notification settings - Fork 79
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
Yeti junit output for qunit tests doesn't contain testcase elements. #78
Comments
I was able to get yeti to produce valid junit xml by including a module():
Running yeti:
Produces junit.xml:
|
@wdemoss Thanks for the useful info! |
reid
added a commit
to reid/yeti
that referenced
this issue
Mar 1, 2014
reid
added a commit
to reid/yeti
that referenced
this issue
Mar 1, 2014
The old implementation required moduleDone in order to collect test results. This change introduces changes that allow results to be sent even without modules by using testStart and testDone APIs.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running the latest version of qunit with the --junit flag produces incomplete an xml file. Here is my simple test case:
my index.html:
my tests.js:
qunit.js was downloaded from http://code.jquery.com/qunit/qunit-1.14.0.js
qunit.css was downloaded from http://code.jquery.com/qunit/qunit-1.14.0.css
Yeti version:
$ yeti --version
0.2.27
I ran yeti:
The output junit.xml:
The text was updated successfully, but these errors were encountered: