Skip to content

Instantly share code, notes, and snippets.

@jraczak
Created May 12, 2015 23:25
Show Gist options
  • Save jraczak/e8f26d7719db15e3e226 to your computer and use it in GitHub Desktop.
Save jraczak/e8f26d7719db15e3e226 to your computer and use it in GitHub Desktop.
curl https://saucelabs.com/rest/v1/[username]/js-tests \
-X POST \
-u [username]:[username] \
-H 'Content-Type: application/json' \
--data '{
"platforms": [["Windows 8", "internet explorer", "10"]],
"url": "https://qunit.herokuapp.com/test/test.html?coverage=true",
"framework": "qunit"}'
@nelsonic
Copy link

Thanks Justin! ๐Ÿ˜ƒ ๐Ÿ‘

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