Created
May 12, 2015 23:25
-
-
Save jraczak/e8f26d7719db15e3e226 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks Justin! ๐ ๐