Skip to content

Instantly share code, notes, and snippets.

@bitmage
Created July 30, 2013 05:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bitmage/6110477 to your computer and use it in GitHub Desktop.
Save bitmage/6110477 to your computer and use it in GitHub Desktop.
sauce output for stampit
$ npm test
> stampit@0.3.3 test /Users/brandon/Projects/Code/js/stampit
> scripts/test.sh
Running "browserify:dist/stampit.js" (browserify) task
>> Bundled dist/stampit.js
Running "connect:server" (connect) task
Started connect web server on localhost:4445.
Running "saucelabs-qunit:all" (saucelabs-qunit) task
=> Connecting to Saucelabs ...
>> 2013-07-29 22:10:15.701:INFO::jetty-7.x.y-SNAPSHOT
>> 2013-07-29 22:10:15.748:INFO::Started SelectChannelConnector@0.0.0.0:61577
>>
>> 2013-07-29 22:11:01.066:INFO::jetty-7.x.y-SNAPSHOT
>> 2013-07-29 22:11:01.070:INFO::Started SelectChannelConnector@0.0.0.0:4445
>> Connected to Saucelabs
>> [stampit] Could not read test result for Error: Error response status: 7. http://localhost:4445/test/index.html
>> [stampit] More details at http://saucelabs.com/tests/http://localhost:4445/test/index.html
Tested http://localhost:4445/test/index.html
Environment: stampit
>> Result: Tests completed in 54 milliseconds. 17 tests of 17 passed, 0 failed.
Test Video: http://saucelabs.com/tests/f3d97f84fa7c4671922766f1ebbd7120
Tested http://localhost:4445/test/index.html
Environment: stampit
>> Result: Tests completed in 50 milliseconds. 17 tests of 17 passed, 0 failed.
Test Video: http://saucelabs.com/tests/4af6fc1dda894e23a7fef06458a9cccf
>> [stampit] Could not read test result for Error: Error response status: 7. http://localhost:4445/test/index.html
>> [stampit] More details at http://saucelabs.com/tests/http://localhost:4445/test/index.html
>> [stampit] Could not read test result for Error: Error response status: 7. http://localhost:4445/test/index.html
>> [stampit] More details at http://saucelabs.com/tests/http://localhost:4445/test/index.html
>> [stampit] Could not read test result for Error: Error response status: 13. http://localhost:4445/test/index.html
>> [stampit] More details at http://saucelabs.com/tests/http://localhost:4445/test/index.html
>> [stampit] Could not read test result for Error: Error response status: 13. http://localhost:4445/test/index.html
>> [stampit] More details at http://saucelabs.com/tests/http://localhost:4445/test/index.html
>> All tests completed with status false
=> Killing tunnel 613c777a38544b05be2a1dbc89ae25a4
Warning: Task "saucelabs-qunit:all" failed. Use --force to continue.
Aborted due to warnings.
npm ERR! Test failed. See above for more details.
npm ERR! not ok code 0
@ericelliott
Copy link

Yeah, these are the issues I mentioned that I need to sort out. You can run the tests locally just by loading that index.html file in a browser if you want to see results faster. I run these to see the full platform fleet passing before I commit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment