Skip to content

Commit 82e03bc

Browse files
committed
Update the docs
1 parent d6f1cc1 commit 82e03bc

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<p align="center">
99
<a href="https://github.com/seleniumbase/SeleniumBase/releases">
10-
<img src="https://img.shields.io/github/release/seleniumbase/SeleniumBase.svg?color=2277EE" alt="Latest Release on GitHub" /></a> <a href="https://pypi.python.org/pypi/seleniumbase">
10+
<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">
1111
<img src="https://img.shields.io/pypi/v/seleniumbase.svg?color=22AAEE" alt="Latest Release on PyPI" /></a> <a href="https://seleniumbase.io">
1212
<img src="https://img.shields.io/badge/docs-%20📓📖📚-11BBDD.svg" alt="SeleniumBase.io Docs" /></a> <a href="https://travis-ci.org/seleniumbase/SeleniumBase">
1313
<img src="https://img.shields.io/travis/seleniumbase/SeleniumBase/master.svg" alt="SeleniumBase on TravisCI" /></a> <a href="https://github.com/seleniumbase/SeleniumBase/actions">
@@ -39,7 +39,7 @@
3939
<p align="center">
4040
<div align="center"><b>Selenium and pytest in one combined.</b></div>
4141
</p>
42-
<p align="center"><div align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/skype_mobile_test_2.gif" alt="SeleniumBase Mobile Testing" title="SeleniumBase Mobile Testing" /></div></p>
42+
<p align="center"><div align="center"><img src="https://cdn2.hubspot.net/hubfs/100006/images/swag_labs_gif.gif" alt="SeleniumBase" title="SeleniumBase" /></div></p>
4343

4444
<a id="python_installation"></a>
4545
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Get Started

examples/translations/ReadMe.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<h3 align="left"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_m.png" title="SeleniumBase" width="290" /></a></h3>
22

3+
<a id="language_tests"></a>
34
### <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Language Tests (Python 3+)
45

56
<b>SeleniumBase</b> supports the following 10 languages:
@@ -25,9 +26,10 @@ self.нажмите(CSS) = self.click(CSS)
2526
self.뒤로() = self.go_back()
2627
```
2728

28-
--------
29+
<a id="translation_api"></a>
30+
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Translation API
2931

30-
You can use SeleniumBase to translate any test from one language to another by using the console scripts interface:
32+
You can use SeleniumBase to selectively translate the method names of any test from one language to another via the console scripts interface. Additionally, the ``import`` line at the top of the Python file will change to import the new ``BaseCase``. Example: ``BaseCase`` becomes ``CasoDeTeste`` when a test is translated into Portuguese.
3133

3234
```bash
3335
seleniumbase translate

help_docs/translations.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<h3 align="left"><a href="https://github.com/seleniumbase/SeleniumBase/"><img src="https://cdn2.hubspot.net/hubfs/100006/images/super_logo_m.png" title="SeleniumBase" width="290" /></a></h3>
22

3+
<a id="language_tests"></a>
34
### <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Language Tests (Python 3+)
45

56
<b>SeleniumBase</b> supports the following 10 languages:
@@ -25,9 +26,10 @@ self.нажмите(CSS) = self.click(CSS)
2526
self.뒤로() = self.go_back()
2627
```
2728

28-
--------
29+
<a id="translation_api"></a>
30+
## <img src="https://seleniumbase.io/img/sb_icon.png" title="SeleniumBase" width="30" /> Translation API
2931

30-
You can use SeleniumBase to translate any test from one language to another by using the console scripts interface:
32+
You can use SeleniumBase to selectively translate the method names of any test from one language to another via the console scripts interface. Additionally, the ``import`` line at the top of the Python file will change to import the new ``BaseCase``. Example: ``BaseCase`` becomes ``CasoDeTeste`` when a test is translated into Portuguese.
3133

3234
```bash
3335
seleniumbase translate

mkdocs.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
site_name: SeleniumBase
33
site_url: https://seleniumbase.io
44
site_author: Michael Mintz
5-
site_description: Test Automation Framework
5+
site_description: Reliable Browser Automation & Testing
66
# Repository information
77
repo_name: seleniumbase/SeleniumBase
88
repo_url: https://github.com/seleniumbase/SeleniumBase
@@ -16,6 +16,7 @@ markdown_extensions:
1616
- markdown.extensions.admonition
1717
- markdown.extensions.attr_list
1818
- markdown.extensions.codehilite
19+
- markdown.extensions.meta
1920
- markdown.extensions.def_list
2021
- markdown.extensions.footnotes
2122
- markdown.extensions.toc:
@@ -41,7 +42,7 @@ theme:
4142
text: Roboto
4243
code: Roboto Mono
4344
icon:
44-
logo: img/logo3a.png
45+
logo: img/sb_logo_7.png
4546
# Plugins
4647
plugins:
4748
- search
@@ -90,3 +91,5 @@ nav:
9091
- macOS Hidden Files: help_docs/hidden_files_info.md
9192
- Case Studies: help_docs/happy_customers.md
9293
- Thank You: help_docs/thank_you.md
94+
# Google Analytics
95+
google_analytics: ['UA-167313767-1', 'seleniumbase.io']

0 commit comments

Comments
 (0)