Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
0fe8a431
Commit
0fe8a431
authored
Jul 29, 2015
by
Christine Lytwynec
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test/acceptance/README.rst
parent
85f138a9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
2 deletions
+15
-2
test/acceptance/README.rst
+15
-2
No files found.
test/acceptance/README.rst
View file @
0fe8a431
Selenium Tests
==============
These are UI-level acceptance
tests designed to be executed on
an edx-platform sandbox instance.
These are UI-level acceptance
and accessibility tests designed to be run against
an edx-platform sandbox instance.
The tests use the ``bok-choy`` library. For a tutorial, see `here`__.
...
...
@@ -18,10 +18,23 @@ To use the tests:
pip install -r requirements/test-acceptance.txt
2.
Run the
tests
2.
Prepare for
tests
.. code:: bash
cd edx-ora2/test/acceptance
export BASE_URL=https://{USER}:{PASSWORD}@example.com
3. Run the tests
To run the acceptance tests:
.. code:: bash
python tests.py
To run the accessibility tests, which must be run with phantomjs as the browser:
.. code:: bash
SELENIUM_BROWSER=phantomjs python accessibility.py
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