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 #1 from Sertonix/patch-1

add archival notice

e7570c89976fb28396feab24d31850182071e9ce authored about 2 years ago by confused_techie <[email protected]>
add archival notice

ece8fce9356533a521847df77069646958cb7df8 authored about 2 years ago by Sertonix <[email protected]>
1.1.0

d46795af24b7f9e0cb4d892536055f87636a6529 authored over 8 years ago by Ben Loveridge <[email protected]>
Merge branch 'andrewjmaguire-jasmine1.x' into jasmine1.x

8670a42e9223647941234cbf973f1b4afaa811b2 authored over 8 years ago by Ben Loveridge <[email protected]>
Don't try to evaluate properties of null if stack trace doesn't match pattern

b2575a286b2078b6ea46d459890bdedf1e4f049a authored over 8 years ago by Ben Loveridge <[email protected]>
Modify TAP reporter to always display the expectationResult message.

Append the file and line number from the stack trace of the first non-jasmine file or the full st...

738cd465eda0a6fbbb07c19f40ef9959dce95fd4 authored almost 9 years ago by Andrew Maguire <[email protected]>
Modify TAP reporter to always display the expectationResult message.

Append the file and line number from the stack trace of the first non-jasmine file or the full st...

f369fba80df171b378dcff8da8f66ae929b27906 authored almost 9 years ago by Andrew Maguire <[email protected]>
1.0.2

2a8f15647209b5c122e55481e8b535f29270eaf9 authored over 9 years ago by Ben Loveridge <[email protected]>
fix testrunner for phantom 2.0 by using system args instead of phantom.args which is removed in 2.0

0e9f5b16bca5205f45fc49d4d6da70b142753d28 authored over 9 years ago by Ben Livermore <[email protected]>
Update link to Jasmine homepage

2107de7ba8c32be24ebebe7c044645cef1604732 authored almost 10 years ago by Ben Loveridge <[email protected]>
Minor tweak to protractor example code

45985edcc76034f6b313c191465b7a476ee5dc17 authored almost 10 years ago by Ben Loveridge <[email protected]>
Update README with link to the 2.x branch; add protractor info

b0df12d9b0a8776ccbd441c4a3694d3aef8dcccd authored almost 10 years ago by Ben Loveridge <[email protected]>
1.0.1

d57e7400a54c892bba916283f7ff49d05b8ec4b1 authored over 10 years ago by Ben Loveridge <[email protected]>
node.js: use mkdirp to ensure the output directory is created

af40f323ab2e3f53f2e1d120b75ff8cceda2a23a authored over 10 years ago by Ben Loveridge <[email protected]>
1.0.0

7179172dff49b29bb1c6372de7427cdc69f71343 authored over 10 years ago by Ben Loveridge <[email protected]>
Add consolidateAll option to save all output to a single file.

Fixes #44 and #56

96561844a7f876f29a828e30c6ded4ea00110182 authored over 10 years ago by Michał Gołębiowski <[email protected]>
Merge patch for #50

bfc680e81f0f630a399679ff0e2ca637a26d3948 authored over 10 years ago by Ben Loveridge <[email protected]>
Add writeFile fixes for #59 to the NUnit runner as well

b9531b7d5d3a3e5e84f20dc32d87d6b9d97d0b32 authored over 10 years ago by Ben Loveridge <[email protected]>
Merge pull request #62 from alanning/patch-1

Fix Issue #59 - junit reports not writing in nodejs

6d8144fe8dd527dedfddb499823315c1bb7c3bd1 authored over 10 years ago by Ben Loveridge <[email protected]>
Fix Issue #59 - junit reports not writing in nodejs

7816b5a62e40d76f48d303513260d0f6bb7b703a authored over 10 years ago by Adrian Lanning <[email protected]>
Merge pull request #60 from zazoomauro/master

Improving comments on the junit_reporter

8fa5faa7a9dc823a16b4bee79443f01e6ea2ce98 authored over 10 years ago by Ben Loveridge <[email protected]>
Improving comments on the junit_reporter

Optional parameters instantiating JUnitXmlReporter

8b6c3fccd8502589e636c6559bf07051c5bc28dc authored over 10 years ago by Mauro Gadaleta <[email protected]>
#28: Double-escape backslash path separator so doesn't choke on it when stringified.

e8dea71a397e62118fab20f748ea436bf8c1f2b8 authored over 10 years ago by Ben Loveridge <[email protected]>
0.4.1

3201d4a19c70556dde7c740745fc4df643a28ee0 authored over 10 years ago by Ben Loveridge <[email protected]>
Add skipped spec support to NUnitXmlReporter (fixes #57)

e68ef3f67442701d663d96888c1341f59b9f77b9 authored over 10 years ago by Ben Loveridge <[email protected]>
0.4.0

2cfd300cf3f868c4875e452ce12d2c6cc100deaf authored almost 11 years ago by Ben Loveridge <[email protected]>
Merge branch 'nunit_xml_reporter'

c0bf5b912c5cd9db4f57fbef18a663f1561b46d7 authored almost 11 years ago by Ben Loveridge <[email protected]>
General README updates

fd8abea0aaeb869c3c738fac84384aa4e8ba7d93 authored almost 11 years ago by Ben Loveridge <[email protected]>
Add NUnitXmlReporter to README and `load_reporters.js` (for jasmine-node)

9cd99b7d7fa5cd2c3e47c80195c150a9a2bfb21c authored almost 11 years ago by Ben Loveridge <[email protected]>
Add NUnitXmlReporter. It has the following options:

* savePath (default: '')
* filename (default: 'nunit-results.xml')
* reportName (default: 'Jasmin...

c9e8a208d741daf8d1555a56107882120b3e000b authored almost 11 years ago by Ben Loveridge <[email protected]>
Merge pull request #51 from cburgmer/master

Show test name for failing test in terminal_reporter at verbosity 1

075a7e78635647cbbe7325c427f344887eb54810 authored almost 11 years ago by Ben Loveridge <[email protected]>
0.3.2

60c8e3f3a23a9ad08bcc2ca032392e75dbc6aa37 authored almost 11 years ago by Ben Loveridge <[email protected]>
Show test name for failing test in terminal_reporter at verbosity 1 (as we already show the failing expectation)

6733bc36842bb20c47ba8091815ff29d7a109517 authored almost 11 years ago by Christoph Burgmer <[email protected]>
0.3.1

acd30a96f88cbf316049a0d4d51fcc9b30a657b7 authored almost 11 years ago by Ben Loveridge <[email protected]>
Revert "add terminal reporter to load_reporters.js"

This reverts commit 0675a394c5952caf61a6e5a054d8e845d2cd4e5c, which was
causing node to not exit...

9b9ef16be0cd7b026c8a42723b9bc38e91158766 authored almost 11 years ago by Ben Loveridge <[email protected]>
add TerminalReporter to README

25b89095e6f53ecf2b7fd61c5eb56dc979bfdd41 authored almost 11 years ago by Ben Loveridge <[email protected]>
0.3.0

a2e80ac102dedf77522f380ca1178bfc7d723799 authored almost 11 years ago by Ben Loveridge <[email protected]>
add terminal reporter to load_reporters.js

0675a394c5952caf61a6e5a054d8e845d2cd4e5c authored almost 11 years ago by Ben Loveridge <[email protected]>
Add page timeout to phantoms runner (from scottwarren)

bff98ce1a30025ff01635ed1ed89d6228ef920eb authored almost 11 years ago by Ben Loveridge <[email protected]>
Merge pull request #36 from Sheile/modify-check-logic-for-finish

Modify logic to watch a finish of spec.

066b17b1b9cddfe065ffaeaee1712655c3cd6d18 authored almost 11 years ago by Ben Loveridge <[email protected]>
Merge pull request #46 from skawaguchi/master

Removed 'TEST-' prepend from the file name and repaired specs

770931a1c02c76122842f87c0d5249a0e9d8deeb authored almost 11 years ago by Ben Loveridge <[email protected]>
Added an option to set the filename prepend

Repaired a previously broken unit test for escapeInvalidXmlChars
Added tests for the prepend.

0da24daa6cd242120d7cdc627eeb99fda5282166 authored almost 11 years ago by Stephen Kawaguchi <[email protected]>
Made provisions for edge case: files with an empty name

Added regexp to replace a blank fileName with 'test'.
Added unit test for it.

05e7935954f4a0a9bd56dc6a7f1ca1fb28eb8b22 authored almost 11 years ago by Stephen Kawaguchi <[email protected]>
Removed 'TEST-' prepend from the file name

Fixed the XML character escaping regex

Prepending 'TEST-' prevents users from having full contro...

e475b0dd13c69ada3d1a0b62da5a9331c4289d88 authored almost 11 years ago by Stephen Kawaguchi <[email protected]>
Merge pull request #43 from shustariov-andrey/master

Update jasmine.junit_reporter.js

05195ab02c6a9e7ff27ad6405d053c5bf071415b authored almost 11 years ago by Larry Myers <[email protected]>
Update jasmine.junit_reporter.js

212d6d2ecabb51b34529b8106f92bd7c21f2c2c7 authored about 11 years ago by Andrey Shustariov <[email protected]>
Merge pull request #39 from Sheile/pretty-output

Much more pretty output on terminal console

696cef66d9cb34b5d49879763fcb7c31020a3e3a authored over 11 years ago by Ben Loveridge <[email protected]>
Merge pull request #40 from founddrama/patch-1

update phantomjs-testrunner.js for backwards compat

7d919790f60c8cad28fac14aa2f915fd86423774 authored over 11 years ago by Larry Myers <[email protected]>
update phantomjs-testrunner.js for backwards compat

- Previous revision introduces system.stdout.write
- Older versions of PhantomJS (<1.9) still n...

5cb0757b5df3e9634a4d9e91ee4dc37cfceebb22 authored over 11 years ago by Rob Friesel <[email protected]>
Much more pretty output on terminal console

216b46fd0e36b686a780c3f1963e7112e759a883 authored over 11 years ago by Sheile <[email protected]>
Merge pull request #37 from jayharris/master

TeamCity Progress Start and Finish

97bf277dc8a493350b36b0086997dee8b4ec71da authored over 11 years ago by Larry Myers <[email protected]>
Merge pull request #38 from zubairov/patch-1

Added license type and reference to LICENSE file to the package.json

01644a6d408a38cc8e2534ffffb88a9ca8e75e21 authored over 11 years ago by Larry Myers <[email protected]>
Added license type and reference to LICENSE file to the package.json

9433b0c5fadeb2231cc4f9a9a8f6ba8f519aa850 authored over 11 years ago by Renat Zubairov <[email protected]>
Added TeamCity Progress Start and Finish log entries, so that TeamCity knows when Jasmine has finished running.

7e933994fd6c13ea874c9728ca53daca2663e0ba authored over 11 years ago by Jay Harris <[email protected]>
Modify logic to watch a finish of spec.

feaad874c9945d6b7367a068342fba1b30618a8a authored over 11 years ago by Sheile <[email protected]>
Merge pull request #35 from Sheile/change-output-method-to-stdout

Merged.

0d474b2b8f4032e812285365db65da23fa33df91 authored over 11 years ago by Larry Myers <[email protected]>
Change method to output text to stdout without line break.

1e55dd8a858a580ff77f4976e2eafefec4f5ca03 authored over 11 years ago by Sheile <[email protected]>
Merge pull request #33 from Sheile/skipped-count

Don't count skipped spec what filtered by specFilter.

5df1a9fd55e99386095439641b6408d1b20868b4 authored over 11 years ago by Ben Loveridge <[email protected]>
Merge pull request #32 from Sheile/http-testpage

Support http/https test page on shell script.

a2f01b45dc18072723d07752d5f61d12c6fbc274 authored over 11 years ago by Ben Loveridge <[email protected]>
Don't count skipped spec what filtered by specFilter.

498512bc7bd37e56a8df3c06d404946ccbd9965a authored over 11 years ago by Sheile <[email protected]>
Support http/https test page on shell script.

f10be0dc6c658a2a5a9eadc466cbb38bd2ae1e11 authored over 11 years ago by Sheile <[email protected]>
Merge pull request #29 from ahus1/master

junit reporter should report skipped tests

0b2f32677fdde03c36f28e1f5e4d1c7567668ecf authored over 11 years ago by Larry Myers <[email protected]>
properly report skipped tests

aa432e08b2414e82bc5ac8f8e031981d537a733e authored over 11 years ago by Alexander Schwartz <[email protected]>
Don't assume path ends with the proper delimiter (fixes #19)

51a32201d52db2fca7d4d9b9b699a98723c8e913 authored over 11 years ago by Ben Loveridge <[email protected]>
Merge pull request #26 from mbest/TAP-dont-report-skipped-tests

TAP: don't report skipped tests

91b89dc4ee68ac1eab620195b166def531a76400 authored over 11 years ago by Ben Loveridge <[email protected]>
TAP: don't report skipped tests

7dbadb7260c710a6e50a2c791ed8774b0eae45ee authored over 11 years ago by Michael Best <[email protected]>
Merge pull request #25 from uzikilon/patch-1

Corrected the check for the existence of jasmine

3ac538f97408c1289edf90bc99f6f0b148684571 authored almost 12 years ago by Ben Loveridge <[email protected]>
Corrected the check for the existence of jasmine

2f5882fec0dbb5309f36083716b1b092a25a654a authored almost 12 years ago by Uzi Kilon <[email protected]>
Merge pull request #24 from millermedeiros/tap

Add TapReporter (Test Anything Protocol)

138a6537d3f91436b2785cb0ea0b317eab2ac7be authored almost 12 years ago by Larry Myers <[email protected]>
Merge pull request #18 from cburgmer/master

Show jasmine output on stdout

90a2cdcb232cffe58a59ebcb616cc8126e1e1aa5 authored almost 12 years ago by Larry Myers <[email protected]>
update README with info about all included reporters

4957f13d3f5be524ee6d81b719265400a09c1ce7 authored almost 12 years ago by millermedeiros <[email protected]>
add TapReporter (Test Anything Protocol)

649c6854ef4a58e01976aa1843fbeba674bd9020 authored almost 12 years ago by millermedeiros <[email protected]>
Merge pull request #2 from decoy31/master

Tidying up/Finished flag in reportRunnerResults

16e2ae4114de614239a15fa2da291eb42de40457 authored about 12 years ago by Christoph Burgmer <[email protected]>
Finished flag in reportRunnerResults

Added changing the finished flag to true to the reportRunnerResults function, allowing for hooks...

77c00e9ad5ffa306b0d0e81d6c8c33dcf91f6dec authored about 12 years ago by decoy31 <[email protected]>
Tidying Up

2f5b910055473b37a349fe534819de60369d6474 authored about 12 years ago by decoy31 <[email protected]>
Merge pull request #17 from aelesbao/master

Adding stack trace to JUnitXmlReporter failures

8d1b6de1956d29f460b547d015e5b52085d371e1 authored over 12 years ago by Ben Loveridge <[email protected]>
Merge pull request #20 from ondras/array-fix

Correct suite array iteration

3f73766e164a044ebd11ec68698c4c6a3ad53ad6 authored over 12 years ago by Ben Loveridge <[email protected]>
correct suite array iteration

e6f4a84401988950c41e59ea853120c94ad34bdb authored over 12 years ago by Ondrej Zara <[email protected]>
Implement a TerminalReporter that supports logging of variable verbosity to a terminal (including color)

- Strips all output from the phantomjs-testrunner.js itself, as this can now be handled by the T...

9c2175c3e066161436e3e212ff673ae5dc44e602 authored over 12 years ago by Christoph Burgmer <[email protected]>
Pass all page logs to stdout

75426a592c4d88958840448d7d3210a3222c8df7 authored over 12 years ago by Christoph Burgmer <[email protected]>
Adding stack trace messages to <failure> on test cases

480b18219e062fcb56b4b484ab0983365292a5f9 authored almost 13 years ago by Augusto Elesbão <[email protected]>
Updating jasmine to 1.1.0

d3436b0d16ef653336f9b3dbe91a6611eb9a252c authored almost 13 years ago by Augusto Elesbão <[email protected]>
bump version to 0.2.1 after removing submodule

acc6c12fcbf47767ab915adfec688c06fe302194 authored almost 13 years ago by Ben Loveridge <[email protected]>
use vanilla phantomjs, and remove submodule we kept around for getting to pyphantomjs

616fd05aac3f3e50c329112d707afb1e116deb8c authored almost 13 years ago by Ben Loveridge <[email protected]>
bump version in package.json

afa837ce91449fe81b0ed169f033cfa477286593 authored almost 13 years ago by Ben Loveridge <[email protected]>
turn arguments without a protocol into file:// urls

040a7b43f0ee2d5e7c4c28e7d8df64395b7e40d6 authored almost 13 years ago by Ben Loveridge <[email protected]>
Make it possible to run multiple tests simultaneously in PhantomJS.

a8204ddd9f78c6a872153b737953f8a213bec39f authored almost 13 years ago by Ben Loveridge <[email protected]>
Pull request #12: added reporter for TeamCity

69930b0c652b7f2f5fe06137e612144e53a17333 authored about 13 years ago by Ben Loveridge <[email protected]>
jslint

3b4ce7c925e24803aac96be0346f2ebf7edafc62 authored about 13 years ago by Ben Loveridge <[email protected]>
2 spaces -> 4 spaces

5943414e8639a5be8f3877436ffd2decd2bfff68 authored about 13 years ago by Ben Loveridge <[email protected]>
Merge branch 'phantomjs-1.3.0'

058612c85b02f8cf9b5f45bdb36fee9d23e43bcb authored about 13 years ago by Ben Loveridge <[email protected]>
update README

1821f67671d7405f77473c2fd14db0d6dd65ed81 authored about 13 years ago by Ben Loveridge <[email protected]>
total rewrite of phantomjs-testrunner to work with PhantomJS 1.3.0

0ed3c50f0c7749ff89c31b41070ed8371df9b9c8 authored about 13 years ago by Ben Loveridge <[email protected]>
remove no-longer-needed saveToFile plugin for PyPhantomJS

96a957e2b49b03ad4e637d4c17b515b96358914a authored about 13 years ago by Ben Loveridge <[email protected]>
update phantomjs.runner.sh to save output locally and not use saveToFile plugin

8a458fcd2dc63149c8df15f4aa028d0168d958f8 authored about 13 years ago by Ben Loveridge <[email protected]>
jslint

5554bbb0f6ca5263cf983d6fbdea3150a5596416 authored about 13 years ago by Ben Loveridge <[email protected]>
style / comment tweaks

711b27b86bd82d089fee5d032cb29a22a412cade authored about 13 years ago by Ben Loveridge <[email protected]>
add finished_at property to jasmine.JUnitXmlReporter (as class attribute)

44bc386d7667f8aae85a0d0f1f37d851e9eb0320 authored about 13 years ago by Ben Loveridge <[email protected]>
Added tests and fixed bug found by tests.

8687d4f3435b705121a7b828e03863c3372c1d70 authored about 13 years ago by Matthew Smith <[email protected]>
update phantomjs to 1.3.0

a07a693cb954db344908e08abc33632e017e9903 authored about 13 years ago by Ben Loveridge <[email protected]>