1.0.0 • Published 11 years ago

sauce-lab v1.0.0

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

sauce-lab

Run a single test file on sauce labs. This just takes care of polling for the result.

Run(config)

Config should have the following properties...

Authenitcation:

  • user - the user on sauce labs
  • key - the key on sauce labs

Test:

  • browser - the exact browser & version to test on
  • url - the url of the test page
  • code - the code to execute on the page for each poll.
  • parse - a function that gets called with the result of executing code, it should return null untill the test is complete, at which point it should return the result of the test.

Logging:

  • name - the name of the test
  • tags - an array of tags for the test
1.0.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago

0.0.0

11 years ago