15
15
<a href =" https://github.com/seleniumbase/SeleniumBase/releases " >
16
16
<img src =" https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=2277EE " alt =" Latest Release on GitHub " /></a > <a href =" https://pypi.python.org/pypi/seleniumbase " >
17
17
<img src =" https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE " alt =" Latest Release on PyPI " /></a > <a href =" https://seleniumbase.io " >
18
- <img src =" https://img.shields.io/badge/docs-%20here -11BBDD.svg " alt =" SeleniumBase.io Docs " /></a > <a href =" https://travis-ci.org/seleniumbase/SeleniumBase " >
18
+ <img src =" https://img.shields.io/badge/docs-%20seleniumbase.io -11BBDD.svg " alt =" SeleniumBase.io Docs " /></a > <a href =" https://travis-ci.org/seleniumbase/SeleniumBase " >
19
19
<img src =" https://img.shields.io/travis/seleniumbase/SeleniumBase/master.svg " alt =" SeleniumBase on TravisCI " /></a > <a href =" https://github.com/seleniumbase/SeleniumBase/actions " >
20
20
<img src =" https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg " alt =" SeleniumBase GitHub Actions " /></a > <a href =" https://gitter.im/seleniumbase/SeleniumBase " >
21
21
<img src =" https://badges.gitter.im/seleniumbase/SeleniumBase.svg " alt =" SeleniumBase " /></a >
@@ -283,7 +283,7 @@ The code above will leave your browser window open in case there's a failure. (i
283
283
Here are some useful command-line options that come with `` pytest `` :
284
284
285
285
``` bash
286
- -v # Verbose mode. Print the full name of each test run.
286
+ -v # Verbose mode. Prints the full name of each test run.
287
287
-q # Quiet mode. Print fewer details in the console output when running tests.
288
288
-x # Stop running the tests after the first failure is reached.
289
289
--html=report.html # Creates a detailed pytest-html report after tests finish.
@@ -298,7 +298,7 @@ Here are some useful command-line options that come with ``pytest``:
298
298
SeleniumBase provides additional `` pytest `` command-line options for tests:
299
299
300
300
``` bash
301
- --browser=BROWSER # (The web browser to use. Default: "chrome")
301
+ --browser=BROWSER # (The web browser to use. Default: "chrome". )
302
302
--cap-file=FILE # (The web browser's desired capabilities to use.)
303
303
--cap-string=STRING # (The web browser's desired capabilities to use.)
304
304
--settings-file=FILE # (Override default SeleniumBase settings.)
@@ -308,9 +308,10 @@ SeleniumBase provides additional ``pytest`` command-line options for tests:
308
308
--var2=DATA # (Extra test data. Access with "self.var2" in tests.)
309
309
--var3=DATA # (Extra test data. Access with "self.var3" in tests.)
310
310
--user-data-dir=DIR # (Set the Chrome user data directory to use.)
311
- --server=SERVER # (The server / IP address used by the tests.)
312
- --port=PORT # (The port that's used by the test server.)
313
- --proxy=SERVER:PORT # (This is the proxy server:port combo used by tests.)
311
+ --server=SERVER # (The Selenium Grid server/IP used for tests.)
312
+ --port=PORT # (The Selenium Grid port used by the test server.)
313
+ --proxy=SERVER:PORT # (Connect to a proxy server:port for tests.)
314
+ --proxy=USERNAME:PASSWORD@SERVER:PORT # (Use authenticated proxy server.)
314
315
--agent=STRING # (Modify the web browser's User-Agent string.)
315
316
--mobile # (Use the mobile device emulator while running tests.)
316
317
--metrics=STRING # (Set mobile "CSSWidth,CSSHeight,PixelRatio".)
0 commit comments