##// END OF EJS Templates
Add Xunit support for JS tests...
Add Xunit support for JS tests Casper supports producing xunit output. WIth this, our --xunit flag gets passed down to the JS test process. This should give nicer output for JS test failures on Jenkins.

File last commit:

r13348:e6afea51
r16992:cd231540
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)