|
1 | 1 | <h2 align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_i4.png" alt="SeleniumBase" height="46" /></h2>
|
2 | 2 |
|
3 |
| -<h3 align="center"> Create automated tests for web and mobile. ✅</h3> |
| 3 | +<h3 align="center"> Create tests for web and mobile. ✅</h3> |
4 | 4 |
|
5 |
| -<p align="center">SeleniumBase: A Python framework that uses <a href="https://docs.pytest.org/en/latest/index.html">pytest</a> and <a href="https://selenium.dev/">WebDriver</a> to make UI testing fast, easy, and reliable.</p> |
| 5 | +<p align="center">SeleniumBase uses <a href="https://docs.pytest.org/en/latest/index.html">pytest</a> and <a href="https://selenium.dev/">WebDriver</a> to make UI automation much easier.</p> |
6 | 6 |
|
7 | 7 | <p align="center">
|
8 | 8 | <a href="https://github.com/seleniumbase/SeleniumBase/releases">
|
|
22 | 22 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md">📊 Sample Reports</a> |
|
23 | 23 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md">📖 API</a> |
|
24 | 24 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/mobile_testing.md">📱 Mobile Testing</a> |
|
25 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🚞 Site Tours</a> | |
| 25 | +<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md">🗺️ Site Tours</a> | |
26 | 26 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/visual_testing/ReadMe.md">👩🎨 Visual Testing</a> |
|
27 | 27 | <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples/translations">🌎 Translations</a> |
|
28 | 28 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_ide/ReadMe.md">⏺️ Recorder</a> |
|
29 | 29 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/utilities/selenium_grid/ReadMe.md">🌐 Grid-Use</a> |
|
30 | 30 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/master_qa/ReadMe.md">👩💻 MasterQA Tool</a> |
|
31 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md">🛩️ GitHub CI</a> | |
32 |
| -<a href="https://gitter.im/seleniumbase/SeleniumBase">👋 Chat</a> | |
33 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/releases">🗺️ Releases</a> |
| 31 | +<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/github/workflows/ReadMe.md">🛩️ GitHub CI</a> |
34 | 32 | </p>
|
35 | 33 |
|
36 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" /></a><br /> |
| 34 | +<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_mobile.gif" /></a></p> |
| 35 | +<p align="center">(<i>Above: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py">test_swag_labs.py</a> from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples">examples/</a> running in Mobile Mode.</i>)</p> |
37 | 36 |
|
38 |
| -(<i>Above: [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) running in Mobile Mode.</i>)<br /> |
39 | 37 | ```bash
|
40 | 38 | pytest test_swag_labs.py --mobile
|
41 | 39 | ```
|
42 | 40 | ------
|
43 | 41 | <div>SeleniumBase's command-line options allow you to run the same test using different browsers and environments.</div>
|
44 | 42 |
|
45 |
| -(<i>Below: [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) running in Demo Mode.</i>) |
| 43 | +<p align="center">(<i>Below: <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py">test_swag_labs.py</a> from <a href="https://github.com/seleniumbase/SeleniumBase/tree/master/examples">examples/</a> running in Demo Mode.</i>)</p> |
| 44 | + |
46 | 45 | ```bash
|
47 | 46 | pytest test_swag_labs.py --demo
|
48 | 47 | ```
|
49 |
| -<a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" /></a><br /> |
| 48 | +<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/test_swag_labs.py"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" /></a></p> |
50 | 49 |
|
51 | 50 |
|
52 | 51 | <a id="python_installation"></a>
|
|
0 commit comments