Skip to content

Commit 323184b

Browse files
committed
Update the docs
1 parent ac094fa commit 323184b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ Here are some useful command-line options that come with ``pytest``:
294294
-q # Quiet mode. Print fewer details in the console output when running tests.
295295
-x # Stop running the tests after the first failure is reached.
296296
--html=report.html # Creates a detailed pytest-html report after tests finish.
297-
--collect-only # Show what tests would get run without actually running them.
297+
--collect-only | --co # Show what tests would get run. (Without running them)
298298
-n=NUM # Multithread the tests using that many threads. (Speed up test runs!)
299299
-s # See print statements. (Should be on by default with pytest.ini present.)
300300
--junit-xml=report.xml # Creates a junit-xml report after tests finish.

help_docs/customizing_test_runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Here are some useful command-line options that come with ``pytest``:
8282
-q # Quiet mode. Print fewer details in the console output when running tests.
8383
-x # Stop running the tests after the first failure is reached.
8484
--html=report.html # Creates a detailed pytest-html report after tests finish.
85-
--collect-only # Show what tests would get run without actually running them.
85+
--collect-only | --co # Show what tests would get run. (Without running them)
8686
-n=NUM # Multithread the tests using that many threads. (Speed up test runs!)
8787
-s # See print statements. (Should be on by default with pytest.ini present.)
8888
--junit-xml=report.xml # Creates a junit-xml report after tests finish.
@@ -313,4 +313,4 @@ pytest test_swag_labs.py --mobile --metrics="411,731,3"
313313
# Run mobile tests specifying the user agent
314314
pytest test_swag_labs.py --mobile --agent="Mozilla/5.0 (Linux; Android 9; Pixel 3 XL)"
315315
```
316-
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/fancy_logo_14.png" title="SeleniumBase" width="290">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
316+
[<img src="https://seleniumbase.io/cdn/img/fancy_logo_14.png" title="SeleniumBase" width="290">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)

0 commit comments

Comments
 (0)