We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf5e6c commit d14a6beCopy full SHA for d14a6be
tests/selenium/test_app.py
@@ -29,8 +29,8 @@ def tearDown(self):
29
with open('test1.txt', 'a') as test_results:
30
test_results.write("https://saucelabs.com/beta/tests/" + self.browser.session_id+ ",")
31
# jobId = self.webdriver.session_id
32
- hmac.new(sl_username+ ":" + sl_access_key, jobId, md5).hexdigest()
33
- test_results.write(" https://saucelabs.com/beta/builds/" + jobId)
+ #hmac.new(sl_username+ ":" + sl_access_key, jobId, md5).hexdigest()
+ #test_results.write(" https://saucelabs.com/beta/builds/" + jobId)
34
35
def test_confirm_title(self):
36
browser = self.browser
0 commit comments