|
5 | 5 | <meta property="og:image" content="https://seleniumbase.github.io/cdn/img/mac_sb_logo_5b.png" />
|
6 | 6 | <link rel="icon" href="https://seleniumbase.github.io/img/green_logo2.png" />
|
7 | 7 |
|
8 |
| -<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_logo_d4.png" alt="SeleniumBase" title="SeleniumBase" width="320" /></a></p> |
| 8 | +<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://seleniumbase.github.io/cdn/img/sb_logo_gs8.png" alt="SeleniumBase" title="SeleniumBase" width="320" /></a></p> |
9 | 9 | <p align="center"><b>Scale your web app testing with <a href="https://www.selenium.dev/documentation/">Selenium</a>, <a href="https://www.python.org/about/">Python</a>, and <a href="https://docs.pytest.org/en/latest/how-to/usage.html">pytest</a>.</b></p>
|
10 | 10 |
|
11 | 11 | <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://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a></p>
|
|
50 | 50 |
|
51 | 51 | --------
|
52 | 52 |
|
53 |
| -<p align="left"><a href="https://seleniumbase.io/demo_page" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/demo_page_4.gif" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p> |
54 |
| - |
55 |
| -(An example of running [test_demo_site.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py) from [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples).)<br /> |
| 53 | +<p align="left">Run <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_demo_site.py" target="_blank">test_demo_site.py</a> from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples" target="_blank">examples/</a> in Chrome:</p> |
56 | 54 |
|
57 | 55 | ```bash
|
| 56 | +cd examples/ |
58 | 57 | pytest test_demo_site.py --chrome
|
59 | 58 | ```
|
60 | 59 |
|
| 60 | +<p align="left"><a href="https://seleniumbase.io/demo_page" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/demo_page_4.gif" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p> |
| 61 | + |
| 62 | + |
61 | 63 | --------
|
62 | 64 |
|
63 |
| -<p align="left"><a href="https://www.saucedemo.com/" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/swag_labs_gif.gif" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p> |
| 65 | +<p align="left">Run <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py" target="_blank">test_swag_labs.py</a> from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples" target="_blank">examples/</a> in Demo Mode:</p> |
64 | 66 |
|
65 |
| -(Running [test_swag_labs.py](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py) from [examples/](https://github.com/seleniumbase/SeleniumBase/tree/master/examples) in <code>\-\-demo</code> mode.)<br /> |
66 | 67 |
|
67 | 68 | ```bash
|
68 | 69 | pytest test_swag_labs.py --demo
|
69 | 70 | ```
|
70 | 71 |
|
| 72 | +<p align="left"><a href="https://www.saucedemo.com/" target="_blank"><img src="https://seleniumbase.github.io/cdn/gif/swag_labs_gif.gif" alt="SeleniumBase Example" title="SeleniumBase Example" /></a></p> |
| 73 | + |
71 | 74 | --------
|
72 | 75 |
|
73 | 76 | <details>
|
|
0 commit comments