This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -74,26 +74,5 @@ so that you maintain your command history:
7474
7575 ./in lms pytest openedx/core/djangoapps/user_api
7676
77- Connecting to Browser
78- ~~~~~~~~~~~~~~~~~~~~~
79-
80- If you want to see the browser being automated for JavaScript or bok-choy tests,
81- you can connect to the container running it via VNC.
82-
83- +------------------------+----------------------+
84- | Browser | VNC connection |
85- +========================+======================+
86- | Firefox (Default) | vnc://0.0.0.0:25900 |
87- +------------------------+----------------------+
88- | Chrome (via Selenium) | vnc://0.0.0.0:15900 |
89- +------------------------+----------------------+
90-
91- On macOS, enter the VNC connection string in the address bar in Safari to
92- connect via VNC. The VNC passwords for both browsers are randomly generated and
93- logged at container startup, and can be found by running ``make vnc-passwords ``.
94-
95- Most tests are run in Firefox by default. To use Chrome for tests that normally
96- use Firefox instead, prefix the test command with
97- ``SELENIUM_BROWSER=chrome SELENIUM_HOST=edx.devstack.chrome ``.
9877
9978 .. _edx-platform testing documentation : https://docs.openedx.org/projects/edx-platform/en/latest/concepts/testing/testing.html#running-python-unit-tests
You can’t perform that action at this time.
0 commit comments