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/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/tests/browser/README b/bitbake/lib/toaster/tests/browser/README
index e841a3f12a..352c4fe3e9 100644
--- a/bitbake/lib/toaster/tests/browser/README
+++ b/bitbake/lib/toaster/tests/browser/README
@@ -2,9 +2,9 @@
2 2
3These tests require Selenium to be installed in your Python environment. 3These 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 pip3:
6 6
7 pip install selenium==2.53.2 7 pip3 install selenium==2.53.2
8 8
9Note that if you use other versions of Selenium, some of the tests (such as 9Note that if you use other versions of Selenium, some of the tests (such as
10tests.browser.test_js_unit_tests.TestJsUnitTests) may fail, as these rely on 10tests.browser.test_js_unit_tests.TestJsUnitTests) may fail, as these rely on