|
6 | 6 | <link rel="icon" href="https://seleniumbase.io/img/logo6.png" />
|
7 | 7 |
|
8 | 8 | <p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/">
|
9 |
| -<img src="https://seleniumbase.io/img/sb_logo_10.png" alt="SeleniumBase" title="SeleniumBase" width="280" /></a></p> |
| 9 | +<img src="https://seleniumbase.io/cdn/img/sb_logo_gs.png" alt="SeleniumBase" title="SeleniumBase" width="500" /></a></p> |
| 10 | +<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/releases"> |
| 11 | +<img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase"> |
| 12 | +<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a></p> |
10 | 13 | <p align="center">
|
11 |
| -<b>Build fast, reliable, end-to-end tests.</b> |
| 14 | +<b>End-to-end testing for the next generation.</b> |
12 | 15 | </p>
|
13 | 16 |
|
14 | 17 | <!-- View on GitHub -->
|
15 |
| -<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/releases"> |
16 |
| -<img src="https://img.shields.io/github/v/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase"> |
17 |
| -<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions"> |
| 18 | +<p align="center"><a href="https://github.com/seleniumbase/SeleniumBase/actions"> |
18 | 19 | <img src="https://github.com/seleniumbase/SeleniumBase/workflows/CI%20build/badge.svg" alt="SeleniumBase GitHub Actions" /></a> <a href="https://dev.azure.com/seleniumbase/seleniumbase/_build/latest?definitionId=1&branchName=master"> <img src="https://dev.azure.com/seleniumbase/seleniumbase/_apis/build/status/seleniumbase.SeleniumBase?branchName=master" alt="SeleniumBase Azure Pipelines" /></a> <a href="https://gitter.im/seleniumbase/SeleniumBase">
|
19 | 20 | <img src="https://badges.gitter.im/seleniumbase/SeleniumBase.svg" alt="SeleniumBase" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/stargazers"><img src="https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg?color=19A57B" title="Stargazers" /></a> <a href="https://seleniumbase.io">
|
20 | 21 | <img src="https://img.shields.io/badge/docs-%20seleniumbase.io-22BBAA.svg" alt="SeleniumBase.io Docs" /></a></p>
|
21 | 22 |
|
22 | 23 | <p>
|
23 |
| -SeleniumBase is a Python framework for web automation, end-to-end testing, and more. |
| 24 | +SeleniumBase is a Python framework for fast and reliable web automation and testing. |
24 | 25 | Tests are run with "pytest". Browsers are controlled by WebDriver.
|
25 | 26 | </p>
|
26 | 27 |
|
@@ -50,9 +51,8 @@ Tests are run with "pytest". Browsers are controlled by WebDriver.
|
50 | 51 | <a href="https://github.com/seleniumbase/SeleniumBase/blob/master/examples/master_qa/ReadMe.md">🛂 MasterQA</a>
|
51 | 52 | </p>
|
52 | 53 |
|
53 |
| -✅ Easy setup. Can run tests on any cloud.<br /> |
54 |
| -✅ Uses [Python APIs](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/method_summary.md) for web automation.<br /> |
55 |
| -✅ Can generate [test reports / dashboards](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).<br /> |
| 54 | +✅ Fast setup: All you need is [Python](https://www.python.org/downloads/)! 🐍<br /> |
| 55 | +✅ Includes [reporting & dashboard tools](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).<br /> |
56 | 56 |
|
57 | 57 | --------
|
58 | 58 |
|
|
0 commit comments