Skip to content

Commit bb89334

Browse files
committed
Update the docs
1 parent 25668be commit bb89334

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,7 @@ pytest test_coffee_cart.py --trace
651651
--binary-location=PATH # (Set path of the Chromium browser binary to use.)
652652
--driver-version=VER # (Set the chromedriver or uc_driver version to use.)
653653
--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.)
654655
--pls=PLS # (Set pageLoadStrategy on Chrome: "normal", "eager", or "none".)
655656
--headless # (Run tests in headless mode. The default arg on Linux OS.)
656657
--headless2 # (Use the new headless mode, which supports extensions.)

help_docs/customizing_test_runs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ pytest my_first_test.py --settings-file=custom_settings.py
142142
--binary-location=PATH # (Set path of the Chromium browser binary to use.)
143143
--driver-version=VER # (Set the chromedriver or uc_driver version to use.)
144144
--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.)
145146
--pls=PLS # (Set pageLoadStrategy on Chrome: "normal", "eager", or "none".)
146147
--headless # (Run tests in headless mode. The default arg on Linux OS.)
147148
--headless2 # (Use the new headless mode, which supports extensions.)

0 commit comments

Comments
 (0)