Last active
September 18, 2019 05:15
-
-
Save sauceaaron/33dab86b58965bcfe22d85c573e9289f 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
| const TestObject = require('testobject_api'); | |
| const api = new TestObject({ | |
| username: process.env.SAUCE_RDC_USERNAME, | |
| apiKey: process.env.SAUCE_RDC_API_KEY | |
| }); | |
| let session_id = '9e50bdcb-23aa-42eb-963a-ceeb15c137b7'; | |
| api.updateTest(session_id, {"passed": true}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment