Skip to content

Commit 17ca3fe

Browse files
committed
Update a ReadMe
1 parent 7b4ef28 commit 17ca3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

help_docs/mobile_testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ pytest test_skype_site.py --mobile --browser=edge
1616
```
1717
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/skype_mobile_test_2.gif" title="SeleniumBase Mobile Testing">](https://cdn2.hubspot.net/hubfs/100006/images/skype_mobile_test_2.gif)
1818

19-
2019
--------
2120

2221
Here's another example of running a mobile test (https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py), which demonstrates using ``--metrics`` and ``--agent`` with ``--mobile``:
@@ -31,6 +30,7 @@ pytest test_swag_labs.py --mobile --metrics="411,731,3"
3130
# Run mobile tests specifying the user agent
3231
pytest test_swag_labs.py --mobile --agent="Mozilla/5.0 (Linux; Android 9; Pixel 3 XL)"
3332
```
33+
[<img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" title="SeleniumBase Mobile Testing">](https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif)
3434

3535
--------
3636

0 commit comments

Comments
 (0)