Skip to content

Instantly share code, notes, and snippets.

@sauceaaron
Last active September 18, 2019 05:15
Show Gist options
  • Save sauceaaron/33dab86b58965bcfe22d85c573e9289f to your computer and use it in GitHub Desktop.
Save sauceaaron/33dab86b58965bcfe22d85c573e9289f to your computer and use it in GitHub Desktop.
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