Lines Matching +full:python +full:- +full:container
1 # Running Toaster's browser-based test suite
3 These tests require Selenium to be installed in your Python environment.
11 a Selenium test report with a version-specific format.
21 --NOTE - Selenium seems to be deprecating support for this mode ---
35 See https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette/WebDriver
46 To run tests against the Selenium Firefox Docker container:
48 * Run the Selenium container:
49 …** docker run -it --rm=true -p 5900:5900 -p 4444:4444 --name=selenium selenium/standalone-firefox-…
50 …t. If you are runing a vnc server on your machine map a different port e.g. -p 6900:5900 and conne…
53 …STER_TESTS_URL=http://172.17.0.1:8000 ./bitbake/lib/toaster/manage.py test --liveserver=172.17.0.1…
54 …MOTE_HUB=http://127.0.0.1:4444/wd/hub ./bitbake/lib/toaster/manage.py test --liveserver=172.17.0.1…
55 …*** TOASTER_REMOTE_HUB - This is the address for the Selenium Remote Web Driver hub. Assuming you …
56 …*** --liveserver=xxx tells Django to run the test server on an interface and port reachable by bo…
57 …on linux, viewable from inside and outside the contianers. Find it with "ip -4 addr show dev docke…
60 ** note, you need to wait for the test container to come up before this can connect.