Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
ForbesLindesay's profile
ForbesLindesay
38 contributions
lpinca's profile
lpinca
1 contributions
forbeslindesay

forbeslindesay/sauce-test

The easy way to run unit tests on sauce-labs and in chromedriver

JavaScript
3
3
MIT License

Support the dependencies of forbeslindesay/sauce-test

Account's avatar
browserify/browserify
browser-side require() the node way
Account's avatar
ForbesLindesay/cabbie
An asynchronous and synchronous webdriver client
Account's avatar
giggio/node-chromedriver
ChromeDriver for Selenium
Account's avatar
then/promise
Bare bones Promises/A+ implementation
Account's avatar
mantoni/source-mapper.js
Replace strack traces with original sources using source maps
Account's avatar
then/then-request
A request library that returns promises, inspired by request
Account's avatar
ForbesLindesay/throat
Throttle the parallelism of an asynchronous (promise returning) function / functions

`sauce-test` is a Node library that automates the execution of JavaScript unit tests in remote browsers via Selenium‑compatible services such as Sauce Labs, ChromeDriver, or any WebDriver endpoint. It bundles the test code (optionally browserifies it), publishes it to a temporary host, runs the tests in parallel across selected platforms, and returns detailed pass/fail results, making it useful for developers who want a simple way to integrate cross‑browser testing into their CI pipelines.