summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/tests/browser/README
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/tests/browser/README')
-rw-r--r--bitbake/lib/toaster/tests/browser/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/tests/browser/README b/bitbake/lib/toaster/tests/browser/README
index 63e8169c16..f57154eda9 100644
--- a/bitbake/lib/toaster/tests/browser/README
+++ b/bitbake/lib/toaster/tests/browser/README
@@ -4,10 +4,11 @@ These tests require Selenium to be installed in your Python environment.
4 4
5The simplest way to install this is via pip: 5The simplest way to install this is via pip:
6 6
7 pip install selenium 7 pip install selenium==2.53.2
8 8
9Alternatively, if you used pip to install the libraries required by Toaster, 9Note that if you use other versions of Selenium, some of the tests (such as
10selenium will already be installed. 10tests.browser.test_js_unit_tests.TestJsUnitTests) may fail, as these rely on
11a Selenium test report with a version-specific format.
11 12
12To run tests against Chrome: 13To run tests against Chrome:
13 14