From ae3084fe3e075e13a568db9ff4320a8dffafb111 Mon Sep 17 00:00:00 2001 From: salman2013 Date: Mon, 22 Jan 2024 12:04:15 +0500 Subject: [PATCH] chore: remove bok-choy reference from the .rst file --- docs/testing_and_debugging.rst | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/docs/testing_and_debugging.rst b/docs/testing_and_debugging.rst index 69199e7344..4103777e7f 100644 --- a/docs/testing_and_debugging.rst +++ b/docs/testing_and_debugging.rst @@ -74,26 +74,5 @@ so that you maintain your command history: ./in lms pytest openedx/core/djangoapps/user_api -Connecting to Browser -~~~~~~~~~~~~~~~~~~~~~ - -If you want to see the browser being automated for JavaScript or bok-choy tests, -you can connect to the container running it via VNC. - -+------------------------+----------------------+ -| Browser | VNC connection | -+========================+======================+ -| Firefox (Default) | vnc://0.0.0.0:25900 | -+------------------------+----------------------+ -| Chrome (via Selenium) | vnc://0.0.0.0:15900 | -+------------------------+----------------------+ - -On macOS, enter the VNC connection string in the address bar in Safari to -connect via VNC. The VNC passwords for both browsers are randomly generated and -logged at container startup, and can be found by running ``make vnc-passwords``. - -Most tests are run in Firefox by default. To use Chrome for tests that normally -use Firefox instead, prefix the test command with -``SELENIUM_BROWSER=chrome SELENIUM_HOST=edx.devstack.chrome``. .. _edx-platform testing documentation: https://docs.openedx.org/projects/edx-platform/en/latest/concepts/testing/testing.html#running-python-unit-tests