File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -651,6 +651,7 @@ pytest test_coffee_cart.py --trace
651
651
--binary-location=PATH # (Set path of the Chromium browser binary to use.)
652
652
--driver-version=VER # (Set the chromedriver or uc_driver version to use.)
653
653
--sjw # (Skip JS Waits for readyState to be "complete" or Angular to load.)
654
+ --wfa # (Wait for AngularJS to be done loading after specific web actions.)
654
655
--pls=PLS # (Set pageLoadStrategy on Chrome: "normal", "eager", or "none".)
655
656
--headless # (Run tests in headless mode. The default arg on Linux OS.)
656
657
--headless2 # (Use the new headless mode, which supports extensions.)
Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
142
142
--binary-location=PATH # (Set path of the Chromium browser binary to use.)
143
143
--driver-version=VER # (Set the chromedriver or uc_driver version to use.)
144
144
--sjw # (Skip JS Waits for readyState to be "complete" or Angular to load.)
145
+ --wfa # (Wait for AngularJS to be done loading after specific web actions.)
145
146
--pls=PLS # (Set pageLoadStrategy on Chrome: "normal", "eager", or "none".)
146
147
--headless # (Run tests in headless mode. The default arg on Linux OS.)
147
148
--headless2 # (Use the new headless mode, which supports extensions.)
You can’t perform that action at this time.
0 commit comments