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
e6140cbb
Commit
e6140cbb
authored
Jul 05, 2017
by
Omar Al-Ithawi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deprecate lettuce in testing.rst document
parent
a6392e51
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
5 deletions
+7
-5
docs/testing.rst
+7
-5
No files found.
docs/testing.rst
View file @
e6140cbb
...
...
@@ -61,15 +61,16 @@ UI Acceptance Tests
- Use these to test that major program features are working correctly.
- We use `lettuce <http://lettuce.it/>`__ to write BDD-style tests.
Most of these tests simulate user interactions through the browser
using `splinter <http://splinter.cobrateam.info/>`__.
- We use `Bok
Choy <http://bok-choy.readthedocs.org/en/latest/tutorial.html>`__ to
write end-user acceptance tests directly in Python, using the
framework to maximize reliability and maintainability.
- We used to use `lettuce <http://lettuce.it/>`__ to write BDD-style
tests but it's now deprecated in favor of Bok Choy for new tests.
Most of these tests simulate user interactions through the browser
using `splinter <http://splinter.cobrateam.info/>`__.
Internationalization
~~~~~~~~~~~~~~~~~~~~
...
...
@@ -570,7 +571,8 @@ properly clean up.
Running Lettuce Acceptance Tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
We use `Lettuce <http://lettuce.it/>`__ for acceptance testing. Most of
Although it's deprecated now `Lettuce <http://lettuce.it/>`__ acceptance tests
still exists in the code base. Most of
our tests use `Splinter <http://splinter.cobrateam.info/>`__ to simulate
UI browser interactions. Splinter, in turn, uses
`Selenium <http://docs.seleniumhq.org/>`__ to control the Chrome
...
...
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