9
9
10
10
<h1 >SeleniumBase</h1 >
11
11
12
- <p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " ><img src =" https://seleniumbase.github.io/cdn/img/mac_sb_logo_b .png " alt =" SeleniumBase " title =" SeleniumBase " width =" 440 " /></a ></p >
12
+ <p align =" center " ><a href =" https://github.com/seleniumbase/SeleniumBase/ " ><img src =" https://seleniumbase.github.io/cdn/img/sb_logo_gs .png " alt =" SeleniumBase " title =" SeleniumBase " width =" 500 " /></a ></p >
13
13
14
- <h3 align =" center " class =" hero__title " ><b >Web Automation and Testing with Python have evolved.</b ></h3 >
14
+ <h3 align =" center " class =" hero__title " ><b >End-to-end testing for the next generation.</b ></h3 >
15
+
16
+ <h4 align =" center " ><b >Overcome your greatest browser automation challenges.</b ></h4 >
15
17
16
18
<p align =" center " ><a href =" https://pypi.python.org/pypi/seleniumbase " target =" _blank " ><img src =" https://img.shields.io/pypi/v/seleniumbase.svg?color=3399EE " alt =" PyPI version " /></a > <a href =" https://github.com/seleniumbase/SeleniumBase/releases " target =" _blank " ><img src =" https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=22AAEE " alt =" GitHub version " /></a > <a href =" https://seleniumbase.io " ><img src =" https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg " alt =" SeleniumBase Docs " /></a > <a href =" https://github.com/seleniumbase/SeleniumBase/actions " target =" _blank " ><img src =" https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg " alt =" SeleniumBase GitHub Actions " /></a > <a href =" https://gitter.im/seleniumbase/SeleniumBase " target =" _blank " ><img src =" https://img.shields.io/gitter/room/seleniumbase/SeleniumBase.svg " alt =" Gitter chat " /></a ></p >
17
19
63
65
pytest my_first_test.py
64
66
```
65
67
66
- <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py " ><img src =" https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif " alt =" SeleniumBase Test " title =" SeleniumBase Test " width =" 480 " /></a >
68
+ <a href =" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py " ><img src =" https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif " alt =" SeleniumBase Test " title =" SeleniumBase Test " width =" 550 " /></a >
67
69
68
70
> `` pytest `` uses `` --chrome `` by default unless set differently.
69
71
@@ -75,7 +77,7 @@ pytest my_first_test.py
75
77
pytest test_coffee_cart.py --demo
76
78
```
77
79
78
- <p align =" left " ><a href =" https://seleniumbase.io/coffee/ " target =" _blank " ><img src =" https://seleniumbase.github.io/cdn/gif/coffee_cart.gif " width =" 480 " alt =" SeleniumBase Coffee Cart Test " title =" SeleniumBase Coffee Cart Test " /></a ></p >
80
+ <p align =" left " ><a href =" https://seleniumbase.io/coffee/ " target =" _blank " ><img src =" https://seleniumbase.github.io/cdn/gif/coffee_cart.gif " width =" 550 " alt =" SeleniumBase Coffee Cart Test " title =" SeleniumBase Coffee Cart Test " /></a ></p >
79
81
80
82
> <p >(<code translate =" no " >--demo</code > mode slows down tests and highlights actions)</p >
81
83
@@ -89,7 +91,7 @@ pytest test_coffee_cart.py --demo
89
91
pytest test_demo_site.py
90
92
```
91
93
92
- <p align =" left " ><a href =" https://seleniumbase.io/demo_page " target =" _blank " ><img src =" https://seleniumbase.github.io/cdn/gif/demo_page_5.gif " width =" 480 " alt =" SeleniumBase Example " title =" SeleniumBase Example " /></a ></p >
94
+ <p align =" left " ><a href =" https://seleniumbase.io/demo_page " target =" _blank " ><img src =" https://seleniumbase.github.io/cdn/gif/demo_page_5.gif " width =" 550 " alt =" SeleniumBase Example " title =" SeleniumBase Example " /></a ></p >
93
95
94
96
> Easy to type, click, select, toggle, drag & drop, and more.
95
97
@@ -392,7 +394,7 @@ cd examples/
392
394
pytest my_first_test.py
393
395
```
394
396
395
- <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="480 " /></a>
397
+ <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py"><img src="https://seleniumbase.github.io/cdn/gif/fast_swag_2.gif" alt="SeleniumBase Test" title="SeleniumBase Test" width="550 " /></a>
396
398
397
399
<p align="left"><b>Here' s the code for < a href=" https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py" > my_first_test.py< /a> :< /b></p>
398
400
@@ -833,7 +835,7 @@ python -m http.server 1948
833
835
pytest test_suite.py test_image_saving.py --dashboard --rs --headless
834
836
` ` `
835
837
836
- < img src=" https://seleniumbase.github.io/cdn/img/dashboard_2.png" alt=" The SeleniumBase Dashboard" title=" The SeleniumBase Dashboard" width=" 480 " />
838
+ < img src=" https://seleniumbase.github.io/cdn/img/dashboard_2.png" alt=" The SeleniumBase Dashboard" title=" The SeleniumBase Dashboard" width=" 550 " />
837
839
838
840
--------
839
841
@@ -888,7 +890,7 @@ pynose test_suite.py --report
888
890
behave behave_bdd/features/ -D dashboard -D headless
889
891
```
890
892
891
- <img src="https://seleniumbase.github.io/cdn/img/sb_behave_dashboard.png" title="SeleniumBase" width="500 ">
893
+ <img src="https://seleniumbase.github.io/cdn/img/sb_behave_dashboard.png" title="SeleniumBase" width="550 ">
892
894
893
895
You can also use ``--junit`` to get ``.xml`` reports for each <code translate="no">behave</code> feature. Jenkins can use these files to display better reporting for your tests.
894
896
@@ -1350,11 +1352,13 @@ pytest --reruns=1 --reruns-delay=1
1350
1352
1351
1353
< p>
1352
1354
< div><b> If you see something, say something! < /b></div>
1353
- < div><a href=" https://github.com/seleniumbase/SeleniumBase/issues?q=is%3Aissue+is%3Aclosed" ><img src=" https://img.shields.io/github/issues-closed-raw/seleniumbase/SeleniumBase.svg?color=22BB88" title=" Closed Issues" /></a> < a href=" https://github.com/seleniumbase/SeleniumBase/pulls?q=is%3Apr+is%3Aclosed" ><img src=" https://img.shields.io/github/issues-pr-closed/seleniumbase/SeleniumBase.svg?logo=github&logoColor=white&color=22BB99" title=" Closed Pull Requests" /></a></div>
1355
+ < div><a href=" https://github.com/seleniumbase/SeleniumBase/issues?q=is%3Aissue+is%3Aclosed" ><img src=" https://img.shields.io/github/issues-closed-raw/seleniumbase/SeleniumBase.svg?color=22BB88" title=" Closed Issues" /></a> < a href=" https://github.com/seleniumbase/SeleniumBase/pulls?q=is%3Apr+is%3Aclosed" ><img src=" https://img.shields.io/github/issues-pr-closed/seleniumbase/SeleniumBase.svg?logo=github&logoColor=white&color=22BB99" title=" Closed Pull Requests" /></a></div>
1354
1356
< /p>
1355
1357
1356
1358
< p align=" left" ><a href=" https://github.com/seleniumbase/SeleniumBase/" ><img src=" https://seleniumbase.github.io/cdn/img/sb_logo_10t.png" alt=" SeleniumBase" title=" SeleniumBase" width=" 266" /></a></p>
1357
1359
1360
+ < a href=" https://pypi.org/project/seleniumbase/" target=" _blank" ><img src=" https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE&logo=python&logoColor=FEDC54" title=" Supported Python Versions" /></a>
1361
+
1358
1362
< p><div>
1359
1363
< span><a href=" https://www.youtube.com/playlist?list=PLp9uKicxkBc5UIlGi2BuE3aWC7JyXpD3m" ><img src=" https://seleniumbase.github.io/cdn/img/youtube.png" title=" SeleniumBase Playlist on YouTube" alt=" SeleniumBase Playlist on YouTube" width=" 68" /></a></span>
1360
1364
< span><a href=" https://github.com/seleniumbase/SeleniumBase" ><img src=" https://seleniumbase.github.io/img/social/share_github.svg" title=" SeleniumBase on GitHub" alt=" SeleniumBase on GitHub" width=" 62" /></a></span>
@@ -1364,11 +1368,8 @@ pytest --reruns=1 --reruns-delay=1
1364
1368
1365
1369
< p><div><b><a href=" https://github.com/mdmintz" > https://github.com/mdmintz< /a></b></div></p>
1366
1370
1367
- < div><a href=" https://github.com/seleniumbase/SeleniumBase/" ><img src=" https://seleniumbase.github.io/cdn/img/fancy_logo_14.png" title=" SeleniumBase" width=" 240" /></a></div> < div><a href=" https://seleniumbase.io" ><img src=" https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt=" SeleniumBase Docs" /></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://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://img.shields.io/gitter/room/seleniumbase/SeleniumBase.svg" alt=" Gitter chat" /></a></div>
1371
+ < div><a href=" https://github.com/seleniumbase/SeleniumBase/" ><img src=" https://seleniumbase.github.io/cdn/img/super_logo_sb.png" title=" SeleniumBase" width=" 240" /></a></div>
1372
+ < div><a href=" https://seleniumbase.io" ><img src=" https://img.shields.io/badge/docs-seleniumbase.io-11BBAA.svg" alt=" SeleniumBase Docs" /></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://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://img.shields.io/gitter/room/seleniumbase/SeleniumBase.svg" alt=" Gitter chat" /></a></div>
1368
1373
< div><a href=" https://pepy.tech/project/seleniumbase" target=" _blank" ><img src=" https://static.pepy.tech/badge/seleniumbase" alt=" SeleniumBase PyPI downloads" /></a></div>
1369
1374
< div><a href=" https://github.com/seleniumbase/SeleniumBase/stargazers" ><img src=" https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title=" Stargazers" /></a></div>
1370
-
1371
- --------
1372
-
1373
- < p><a href=" https://github.com/seleniumbase/SeleniumBase/" ><img src=" https://seleniumbase.github.io/cdn/img/super_logo_sb.png" alt=" SeleniumBase" title=" SeleniumBase" width=" 300" /></a></p>
1374
- < p><a href=" https://pypi.org/project/seleniumbase/" target=" _blank" ><img src=" https://img.shields.io/pypi/pyversions/seleniumbase.svg?color=22AAEE&logo=python&logoColor=FEDC54" title=" Supported Python Versions" /></a></p>
1375
+ < div align=" left" ><img src=" https://views.whatilearened.today/views/github/seleniumbase/SeleniumBase.svg" width=" 124px" height=" 28px" alt=" Views" /></div>
0 commit comments