File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -140,11 +140,11 @@ COMMANDS:
140
140
141
141
🔵 If you' ve cloned SeleniumBase, you can run tests from the [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) folder.
142
142
143
- <p align="left">Here' s < a href=" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py" > my_first_test.py< /a> in < code > --demo < /code > mode :< /p>
143
+ <p align="left">Here' s < a href=" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py" > my_first_test.py< /a> :< /p>
144
144
145
145
` ` ` bash
146
146
cd examples/
147
- pytest my_first_test.py --demo
147
+ pytest my_first_test.py
148
148
` ` `
149
149
150
150
> (Chrome is the default browser if not specified with ` ` --browser` ` . On Linux, ` ` --headless` ` is the default behavior.)
@@ -951,7 +951,7 @@ pytest --reruns=1 --reruns-delay=1
951
951
<p><div><a href="https://github.com/mdmintz">https://github.com/mdmintz</a></div></p>
952
952
953
953
<div><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.io/cdn/img/fancy_logo_14.png" title="SeleniumBase" width="200" /></a></div> <div><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-22BBCC.svg" title="SeleniumBase" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase" target="_blank"><img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" title="SeleniumBase" alt="Join the chat!" /></a></div> <div><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://img.shields.io/badge/tested%20with-SeleniumBase-04C38E.svg" alt="Tested with SeleniumBase" /></a></div> <div><a href="https://seleniumbase.io">
954
- <img src="https://img.shields.io/badge/docs-%20%20SeleniumBase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a></div> <div><a href="https://pepy.tech/project/seleniumbase" target="_blank"><img src="https://pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a> <a href="https://twitter.com/SeleniumBase" target="_blank"><img src="https://img.shields.io/twitter/follow/seleniumbase.svg?style=flat-rounded&logo=twitter&label=followers" alt="SeleniumBase Twitter followers" /></a> </div>
954
+ <img src="https://img.shields.io/badge/docs-%20%20SeleniumBase.io-11BBDD.svg" alt="SeleniumBase.io Docs" /></a></div> <div><a href="https://pepy.tech/project/seleniumbase" target="_blank"><img src="https://pepy.tech/badge/seleniumbase" alt="SeleniumBase PyPI downloads" /></a></div>
955
955
956
956
<p><div>
957
957
<span><a href="https://github.com/seleniumbase/SeleniumBase"><img src="https://seleniumbase.io/img/social/share_github.svg" title="SeleniumBase on GitHub" alt="SeleniumBase on GitHub" width="38" /></a></span>
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ pkginfo==1.8.2;python_version>="3.6"
13
13
Jinja2 == 3.0.3 ;python_version >= "3.6"
14
14
click == 8.0.4 ;python_version >= "3.6"
15
15
zipp == 3.7.0 ;python_version >= "3.7"
16
- readme-renderer == 33 .0
16
+ readme-renderer == 34 .0
17
17
pymdown-extensions == 9.2 ;python_version >= "3.7"
18
18
importlib-metadata == 4.11.2 ;python_version >= "3.7"
19
19
bleach == 4.1.0
You can’t perform that action at this time.
0 commit comments