Commit eb7fe7c9 by JonahStanley

Added browser matrix (might not display yet)

Added build information.  Status image will now display properly
parent 81151ab6
<a href="https://saucelabs.com/u/JonahStanley">
<img src="https://saucelabs.com/browser-matrix/JonahStanley.svg" alt="Selenium Tests Status" />
</a>
This is the main edX platform which consists of LMS and Studio.
See [code.edx.org](http://code.edx.org/) for other parts of the edX code base.
......
......@@ -50,17 +50,20 @@ try:
except ImportError:
import simplejson as json
config = {"username": "<UserName>",
"access-key": "<AccessID>"}
config = {"username": "<USERNAME>",
"access-key": "<ACCESS_ID>"}
desired_capabilities = DesiredCapabilities.CHROME
desired_capabilities['platform'] = "Linux"
desired_capabilities['version'] = ""
desired_capabilities['name'] = "Fail Test"
desired_capabilities['name'] = "LMS Lettuce Test"
desired_capabilities['build'] = "Alpha-Beta-123"
desired_capabilities['passed'] = True
desired_capabilities['record-video'] = False
desired_capabilities['video-upload-on-pass'] = False
desired_capabilities['record-screenshots'] = False
desired_capabilities['selenium-version'] = "2.33.0"
desired_capabilities['max-duration'] = 3600
desired_capabilities['public'] = 'public restricted'
jobid=''
base64string = base64.encodestring('%s:%s' % (config['username'], config['access-key']))[:-1]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment