Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
eb7fe7c9
Commit
eb7fe7c9
authored
Aug 08, 2013
by
JonahStanley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added browser matrix (might not display yet)
Added build information. Status image will now display properly
parent
81151ab6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
3 deletions
+10
-3
README.md
+4
-0
common/djangoapps/terrain/browser.py
+6
-3
No files found.
README.md
View file @
eb7fe7c9
<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.
...
...
common/djangoapps/terrain/browser.py
View file @
eb7fe7c9
...
...
@@ -50,17 +50,20 @@ try:
except
ImportError
:
import
simplejson
as
json
config
=
{
"username"
:
"<U
serName
>"
,
"access-key"
:
"<A
ccess
ID>"
}
config
=
{
"username"
:
"<U
SERNAME
>"
,
"access-key"
:
"<A
CCESS_
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
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment