Commit 6ec21c0c by George Song Committed by GitHub

Merge pull request #15466 from OmarIthawi/omar/deprecate-lettuce

Deprecate lettuce in testing.rst document
parents a97425ee e6140cbb
...@@ -61,15 +61,16 @@ UI Acceptance Tests ...@@ -61,15 +61,16 @@ UI Acceptance Tests
- Use these to test that major program features are working correctly. - 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 - We use `Bok
Choy <http://bok-choy.readthedocs.org/en/latest/tutorial.html>`__ to Choy <http://bok-choy.readthedocs.org/en/latest/tutorial.html>`__ to
write end-user acceptance tests directly in Python, using the write end-user acceptance tests directly in Python, using the
framework to maximize reliability and maintainability. 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 Internationalization
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
...@@ -570,7 +571,8 @@ properly clean up. ...@@ -570,7 +571,8 @@ properly clean up.
Running Lettuce Acceptance Tests 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 our tests use `Splinter <http://splinter.cobrateam.info/>`__ to simulate
UI browser interactions. Splinter, in turn, uses UI browser interactions. Splinter, in turn, uses
`Selenium <http://docs.seleniumhq.org/>`__ to control the Chrome `Selenium <http://docs.seleniumhq.org/>`__ to control the Chrome
......
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