dchest / scrypt-async-js

Fast "async" scrypt implementation in JavaScript
http://dchest.github.io/scrypt-async-js/
BSD 2-Clause "Simplified" License
139 stars 26 forks source link

Bring back SauceLabs #29

Closed grempe closed 8 years ago

grempe commented 8 years ago

Page not found: https://saucelabs.com/u/dchest

dchest commented 8 years ago

Thanks, they removed free accounts, so I removed them.

evilaliv3 commented 8 years ago

@dchest they have not removed free accounts.

it is just that you probably registered a temporary free account.

there are instead "open source" accounts that are free forevah!

https://saucelabs.com/open-source

dchest commented 8 years ago

Oh, I see, thanks! I'll take care of it later.

dchest commented 8 years ago

I brought it back (with new open source account), however I don't think it actually works, judging by screencasts from SauceLabs, and probably didn't work before: when I try to run unittests.html locally, I get:

unittests-bundle.js:1899 Uncaught ReferenceError: describe is not defined

@evilaliv3 any ideas why?

evilaliv3 commented 8 years ago

how are you running the unit tests?

i guess using npm or node directly.

the tests are instead meant to be runned inside the browser pointing it to the directory with the HTML or by using the mocha binary.

(https://stackoverflow.com/questions/28400459/referenceerror-describe-is-not-defined-nodejs)

dchest commented 8 years ago

I opened unittests.html in browser. Sauce Labs does the same here: https://saucelabs.com/tests/21f133eb29db4c799451055c3d11bc32 (see screenshot or screencast), although you can't see console output.

dchest commented 8 years ago

Yay!

screen shot 2016-09-06 at 12 08 32

Thank you, guys.

grempe commented 8 years ago

Great