Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pulsar-edit/jasmine-reporters
:lock: Reporter classes for the jasmine test framework. Includes JUnitXmlReporter for generating junit xml output for running in CI environments like Jenkins.
https://github.com/pulsar-edit/jasmine-reporters
Merge pull request #13 from eeroan/master
Improve tree style console reporting
7f3dac3c5c1f2369d2850a595eb396b40d70bc40 authored over 13 years ago by Ben Loveridge <[email protected]>
Display test summary in titles, collapse tree when all tests are passed, wrap all suites in one group.
a78aa3d053c0aed3ab7d542fde968f6d491a0a9c authored over 13 years ago by Eero Anttila <[email protected]>
a78aa3d053c0aed3ab7d542fde968f6d491a0a9c authored over 13 years ago by Eero Anttila <[email protected]>
avoid forEach to prevent breakage if included in a runner that gets executed on
older browsers (for example IE < 9)
0377f2ef5e22310d1576a11189961916a0abf272 authored over 13 years ago by Ben Loveridge <[email protected]>
keep outerThis in functional scope
3a35383f8f81dc8dba9622a21897156d4b806b35 authored over 13 years ago by Ben Loveridge <[email protected]>
3a35383f8f81dc8dba9622a21897156d4b806b35 authored over 13 years ago by Ben Loveridge <[email protected]>
2 spaces -> 4 spaces
c3b1a255d4f019a99a331b9f7188a4f9eb6cb5ac authored over 13 years ago by Ben Loveridge <[email protected]>
c3b1a255d4f019a99a331b9f7188a4f9eb6cb5ac authored over 13 years ago by Ben Loveridge <[email protected]>
Added missing escape characters
ff0ce334f2b2de8836b08966bba98f20215cd3c2 authored over 13 years ago by Matthew Smith <[email protected]>
ff0ce334f2b2de8836b08966bba98f20215cd3c2 authored over 13 years ago by Matthew Smith <[email protected]>
Fixed references.
077587a48b548338f11ec8ebc1611043d0ed65af authored over 13 years ago by Matthew Smith <[email protected]>
077587a48b548338f11ec8ebc1611043d0ed65af authored over 13 years ago by Matthew Smith <[email protected]>
Added a missing quotation mark.
1d196dc1792d9d565f706b0273079d88b5f24d11 authored over 13 years ago by Matthew Smith <[email protected]>
1d196dc1792d9d565f706b0273079d88b5f24d11 authored over 13 years ago by Matthew Smith <[email protected]>
Added this modifier to access member method.
921d2ee92e97b89b0bd4753027d37f4461336610 authored over 13 years ago by Matthew Smith <[email protected]>
921d2ee92e97b89b0bd4753027d37f4461336610 authored over 13 years ago by Matthew Smith <[email protected]>
Added reporter for the Teamcity build system.
1486833ec6f2d6f6bb9a8649365f78309ff464bc authored over 13 years ago by Matthew Smith <[email protected]>
1486833ec6f2d6f6bb9a8649365f78309ff464bc authored over 13 years ago by Matthew Smith <[email protected]>
update package.json to make npm happy
adf6227423beb5d552a49d871e92ff740587b68e authored over 13 years ago by Ben Loveridge <[email protected]>
adf6227423beb5d552a49d871e92ff740587b68e authored over 13 years ago by Ben Loveridge <[email protected]>
Merge remote branch 'theraven/master'
60ce623df290346d4418d9716b37659fc7d11734 authored over 13 years ago by Ben Loveridge <[email protected]>
60ce623df290346d4418d9716b37659fc7d11734 authored over 13 years ago by Ben Loveridge <[email protected]>
added package.json so that the project ca be published as a module for nodejs and used in jasmine-node dependencies
c6365f1daa04a280cf84585d320ee5cffa0ad906 authored over 13 years ago by Yannick Simard <[email protected]>
c6365f1daa04a280cf84585d320ee5cffa0ad906 authored over 13 years ago by Yannick Simard <[email protected]>
Merge pull request #10 from TheRaven/master
add support for writing out files via node.js (used within jasmine-node)
f5e4c3c772b700ad2f2d82ef9370c15c48e7a4e2 authored over 13 years ago by Ben Loveridge <[email protected]>
moved node filewriter to junit_reporter and deleted junit_reporter_node
71068de4705f36cfbff6649f35da323aa941de11 authored over 13 years ago by Yannick Simard <[email protected]>
71068de4705f36cfbff6649f35da323aa941de11 authored over 13 years ago by Yannick Simard <[email protected]>
added a version of the junit reporter that uses node
b89fc9167dcc2cfb2f06bc149fa17210511ad480 authored over 13 years ago by Yannick Simard <[email protected]>
b89fc9167dcc2cfb2f06bc149fa17210511ad480 authored over 13 years ago by Yannick Simard <[email protected]>
fix a bug that prevents failures='x' from being reported properly in XML results
848561854a874a72d347ee91b7cd7bd14955dd14 authored over 13 years ago by Ben Loveridge <[email protected]>
848561854a874a72d347ee91b7cd7bd14955dd14 authored over 13 years ago by Ben Loveridge <[email protected]>
minor readme tweak
e0248d730d18b0f21f79f2cd04a87e6f222f623e authored over 13 years ago by Ben Loveridge <[email protected]>
e0248d730d18b0f21f79f2cd04a87e6f222f623e authored over 13 years ago by Ben Loveridge <[email protected]>
ConsoleReporter: group top-level suites (without a parentSuite) first, then nest
into child suites
0b541feb8accd0930951d5fd34f7e147d6905ea1 authored over 13 years ago by Ben Loveridge <[email protected]>
remove console reporting logic from JUnitXmlReporter (use ConsoleReporter if you
want console output)
cfd15133db0bf39afbfb0d7a000555a81a5a1720 authored over 13 years ago by Ben Loveridge <[email protected]>
add back old console reporting (slightly modified) if grouped console not found
193212cf0bd2631a08ddd2057ce7b13990a41cf7 authored over 13 years ago by Ben Loveridge <[email protected]>
193212cf0bd2631a08ddd2057ce7b13990a41cf7 authored over 13 years ago by Ben Loveridge <[email protected]>
#8: upgrade saveToFile plugin (PyPhantomJS) to 0.4.1
f9b0926294dac07311ed81de53ca357bc8fb22cf authored over 13 years ago by Ben Loveridge <[email protected]>
f9b0926294dac07311ed81de53ca357bc8fb22cf authored over 13 years ago by Ben Loveridge <[email protected]>
Merge pull request #7 from eeroan/topic/tree-style-console
Make tree style logging work
adf5c547cda9198fc08dcc6e62a28492e378bf57 authored over 13 years ago by Ben Loveridge <[email protected]>
Make tree style logging work
69c04a1cfaa4d7eb2bb9e3f71a80d2267b8f464d authored over 13 years ago by Eero Anttila <[email protected]>
69c04a1cfaa4d7eb2bb9e3f71a80d2267b8f464d authored over 13 years ago by Eero Anttila <[email protected]>
fail silently if phantom isn't defined
5c2f7261205ecdeea94068d68d55b44b1a2fe920 authored over 13 years ago by Ben Loveridge <[email protected]>
5c2f7261205ecdeea94068d68d55b44b1a2fe920 authored over 13 years ago by Ben Loveridge <[email protected]>
update phantomjs testrunner to work if Jasmine mock timers have been installed (since that often happens before the code that sets this interval is executed)
36ebc2cafade04783bfb5ed9717fad329e52c0e2 authored over 13 years ago by Ben Loveridge <[email protected]>
36ebc2cafade04783bfb5ed9717fad329e52c0e2 authored over 13 years ago by Ben Loveridge <[email protected]>
Merge branch 'phantomjs'
677b2116589b6e7399fc3c9aba96889dbf78e6cd authored over 13 years ago by Ben Loveridge <[email protected]>
677b2116589b6e7399fc3c9aba96889dbf78e6cd authored over 13 years ago by Ben Loveridge <[email protected]>
add info on PhantomJS / PyPhantomJS to README
00dec9bda9a9b9a6e64d6693ba81896de24cedde authored over 13 years ago by Ben Loveridge <[email protected]>
00dec9bda9a9b9a6e64d6693ba81896de24cedde authored over 13 years ago by Ben Loveridge <[email protected]>
add shell helper to run specs
bff4f095b89f2d8b3f961c05dbac7c9dd8113206 authored over 13 years ago by Ben Loveridge <[email protected]>
bff4f095b89f2d8b3f961c05dbac7c9dd8113206 authored over 13 years ago by Ben Loveridge <[email protected]>
added phantomjs as a submodule in ext
318ae8a564f17e40a20a464a518c0bf63512d178 authored over 13 years ago by Ben Loveridge <[email protected]>
318ae8a564f17e40a20a464a518c0bf63512d178 authored over 13 years ago by Ben Loveridge <[email protected]>
add phantomjs-testrunner.js, and a python plugin for phantomjs which enables filesystem output
0a55fefd004dfb6cc9be5e5ce44cb4c816efbbd4 authored over 13 years ago by Ben Loveridge <[email protected]>
0a55fefd004dfb6cc9be5e5ce44cb4c816efbbd4 authored over 13 years ago by Ben Loveridge <[email protected]>
produce valid xml in failure messages
7b1fbb59d5ad9207e1a4673c52b933a161fa761b authored over 13 years ago by Ben Loveridge <[email protected]>
7b1fbb59d5ad9207e1a4673c52b933a161fa761b authored over 13 years ago by Ben Loveridge <[email protected]>
Cleaner, faster way of removing invalid filename characters
d477d80fe099ed6b10ff8f8f9a43eb39528516d5 authored over 13 years ago by Ben Loveridge <[email protected]>
d477d80fe099ed6b10ff8f8f9a43eb39528516d5 authored over 13 years ago by Ben Loveridge <[email protected]>
quote invalid xml characters inside name and classname attributes; remove invalid characters from filenames
bfbf5e495570275aae4e4391e487bb39f909a944 authored over 13 years ago by Ben Loveridge <[email protected]>
bfbf5e495570275aae4e4391e487bb39f909a944 authored over 13 years ago by Ben Loveridge <[email protected]>
don't have all CSS2Properties share a common instance of __supportedStyles__
d058b79bae4e2c6069c3b9f6f8b8c74a8d545065 authored almost 14 years ago by Ben Loveridge <[email protected]>
d058b79bae4e2c6069c3b9f6f8b8c74a8d545065 authored almost 14 years ago by Ben Loveridge <[email protected]>
added trim func to reporter for cross browser support
9f44400d2d559035e88d0035a9a5eff6b12d1371 authored about 14 years ago by Larry Myers <[email protected]>
9f44400d2d559035e88d0035a9a5eff6b12d1371 authored about 14 years ago by Larry Myers <[email protected]>
add option (default: true) to separate suite names by dots rather than spaces.
This changes representations in "classname," etc to something like "Utils.Class.extends" rather ...
e679c37273b55c4b3b92d01bb830d09e1a610aa4 authored about 14 years ago by Ben Loveridge <[email protected]>
calculate elapsed correctly
fdcf50e206d7b3a4200887bec3d7e8823bf56760 authored about 14 years ago by Ben Loveridge <[email protected]>
fdcf50e206d7b3a4200887bec3d7e8823bf56760 authored about 14 years ago by Ben Loveridge <[email protected]>
Use the separated test file, rather than the short inline tests.
179667e5ffef550799603e22671e4f742b574dda authored about 14 years ago by Ben Loveridge <[email protected]>
179667e5ffef550799603e22671e4f742b574dda authored about 14 years ago by Ben Loveridge <[email protected]>
A bunch of test cases regarding Issue #1
3f6197b344978ed0e3295909a0b596f0ee16e268 authored about 14 years ago by Ben Loveridge <[email protected]>
3f6197b344978ed0e3295909a0b596f0ee16e268 authored about 14 years ago by Ben Loveridge <[email protected]>
Issue #1: handle nested describes gracefully.
Includes a flag (default: true) to indicate whether nested results should be saved into a single...
66c93acf3a37317ad93c199326daad3eaf25956a authored about 14 years ago by Ben Loveridge <[email protected]>
added MIT License
e51e3383f6937e25a71d729141ce28911c7233a5 authored about 14 years ago by Larry Myers <[email protected]>
e51e3383f6937e25a71d729141ce28911c7233a5 authored about 14 years ago by Larry Myers <[email protected]>
added jsdoc style comments to reporters, included usage details for readme
fe58181d7e8e69005c771fed48d3fbdea210e9c7 authored over 14 years ago by Larry Myers <[email protected]>
fe58181d7e8e69005c771fed48d3fbdea210e9c7 authored over 14 years ago by Larry Myers <[email protected]>
added calculated elapsed times and suite start date to junit report xml
7b14980369f0497493a9bdeecb1372053e3609a9 authored over 14 years ago by Larry Myers <[email protected]>
7b14980369f0497493a9bdeecb1372053e3609a9 authored over 14 years ago by Larry Myers <[email protected]>
allow JUnitXmlReporter to have a path set in addition to test report filename
725df3c0519b92f98dc219860607c22dd7488eef authored over 14 years ago by Larry Myers <[email protected]>
725df3c0519b92f98dc219860607c22dd7488eef authored over 14 years ago by Larry Myers <[email protected]>
working JUnit reporter, exports junit xml report correctly to file
d24f9cf291b0f346b3600fe151e54b12d461df62 authored over 14 years ago by Larry Myers <[email protected]>
d24f9cf291b0f346b3600fe151e54b12d461df62 authored over 14 years ago by Larry Myers <[email protected]>
working console reporter, stubbed out the xml reporter
c438756d9ecee469b50114d01bff67ecefc1009a authored over 14 years ago by Larry Myers <[email protected]>
c438756d9ecee469b50114d01bff67ecefc1009a authored over 14 years ago by Larry Myers <[email protected]>
working envjs scripts for headless tests
88957fecb6c0fa6c14a83a17f48707072b94776e authored over 14 years ago by Larry Myers <[email protected]>
88957fecb6c0fa6c14a83a17f48707072b94776e authored over 14 years ago by Larry Myers <[email protected]>
README converted correctly to markdown syntax
24631573d59eb8b9edafbb0204aff45800f71f8c authored over 14 years ago by Larry Myers <[email protected]>
24631573d59eb8b9edafbb0204aff45800f71f8c authored over 14 years ago by Larry Myers <[email protected]>
named README correctly
3e2bcf0781ed450acf9a14b0725b4760f72c78e2 authored over 14 years ago by Larry Myers <[email protected]>
3e2bcf0781ed450acf9a14b0725b4760f72c78e2 authored over 14 years ago by Larry Myers <[email protected]>
converted readme to markdown
dc26193c3a777e900aeb2c61720f06bb24509356 authored over 14 years ago by Larry Myers <[email protected]>
dc26193c3a777e900aeb2c61720f06bb24509356 authored over 14 years ago by Larry Myers <[email protected]>
started README content
8ff5c5092c3a166c2a8db7cd90484dc7e8363498 authored over 14 years ago by Larry Myers <[email protected]>
8ff5c5092c3a166c2a8db7cd90484dc7e8363498 authored over 14 years ago by Larry Myers <[email protected]>
working basics for console reporter
85320a265b5905adf2d6c6339ae25487f64122e2 authored over 14 years ago by Larry Myers <[email protected]>
85320a265b5905adf2d6c6339ae25487f64122e2 authored over 14 years ago by Larry Myers <[email protected]>
console reporter test stub
5db89582f02ba4ab90f0ad76c45667b39f647e75 authored over 14 years ago by Larry Myers <[email protected]>
5db89582f02ba4ab90f0ad76c45667b39f647e75 authored over 14 years ago by Larry Myers <[email protected]>
console reporter setup
3d5b7d59a1085fe5f70e4b13e4cf8f00429a2bff authored over 14 years ago by Larry Myers <[email protected]>
3d5b7d59a1085fe5f70e4b13e4cf8f00429a2bff authored over 14 years ago by Larry Myers <[email protected]>
added stubs for reporter classes
1cb80be03362bc835eb4a9891621bff173ceaee3 authored over 14 years ago by Larry Myers <[email protected]>
1cb80be03362bc835eb4a9891621bff173ceaee3 authored over 14 years ago by Larry Myers <[email protected]>
added external libs, jasmine 1.0 and envjs 1.2, rhino with jline support
0fa73dc5381ac8610b670addc17cea2ed2bdd72f authored over 14 years ago by Larry Myers <[email protected]>
0fa73dc5381ac8610b670addc17cea2ed2bdd72f authored over 14 years ago by Larry Myers <[email protected]>
initial commit
baa0944e1b30ec79f4ad87a475a98b31bc9aa05f authored over 14 years ago by Larry Myers <[email protected]>
baa0944e1b30ec79f4ad87a475a98b31bc9aa05f authored over 14 years ago by Larry Myers <[email protected]>