Skip to content

Commit 5c9c392

Browse files
authored
Merge pull request #764 from seleniumbase/update-highcharts-version
Update HighCharts version for dashboards and charts
2 parents ef2f873 + 6164d7f commit 5c9c392

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

help_docs/features_list.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[<img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="290">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
1+
[<img src="https://seleniumbase.io/cdn/img/super_logo_sb.png" title="SeleniumBase" width="305">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
22

3-
[<img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase Features" width="276">](https://www.youtube.com/watch?v=Sjzq9kU5kOw)
3+
[<img src="http://img.youtube.com/vi/Sjzq9kU5kOw/0.jpg" title="SeleniumBase Features" width="285">](https://www.youtube.com/watch?v=Sjzq9kU5kOw)
44
<p>(<b><a href="https://www.youtube.com/watch?v=Sjzq9kU5kOw">Watch the tutorial on YouTube</a></b>)</p>
55

66
<a id="feature_list"></a>
@@ -12,15 +12,14 @@
1212
* Powerful [console scripts](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/console_scripts/ReadMe.md). (Type **``seleniumbase``** or **``sbase``** to use.)
1313
* Has the ability to translate tests into [multiple spoken languages](https://github.com/seleniumbase/SeleniumBase/tree/master/examples/translations).
1414
* Has a flexible [command-line interface](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/customizing_test_runs.md) for customizing test runs.
15-
* Can run tests multithreaded in parallel. (Use ``-n NUM_THREADS``)
16-
* Has [Plugins](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/plugins) for logging data and screenshots. ([Learn more](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md))
15+
* Includes logging tools for [dashboards, reports, and screenshots](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md).
1716
* Has a [global config file](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py) for configuring settings as needed.
1817
* Includes a tool for [creating interactive web presentations](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/presenter/ReadMe.md).
1918
* Includes [Chart Maker](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/chart_maker/ReadMe.md), a tool for creating interactive charts.
2019
* Includes a [website tour builder](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/tour_examples/ReadMe.md) for creating interactive walkthroughs.
21-
* Backwards-compatible with [WebDriver](https://www.selenium.dev/projects/). (Use ``self.driver`` anywhere.)
22-
* Includes code to [export Katalon Recorder scripts into SeleniumBase format](https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/katalon/ReadMe.md).
23-
* Can run tests in Headless Mode to hide the web browser. (Use ``--headless``)
20+
* Has a tool to [export Katalon Recorder scripts into SeleniumBase format](https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/katalon/ReadMe.md).
21+
* Can run tests in Headless Mode to hide the browser. (Use ``--headless``)
22+
* Can run tests multithreaded from parallel browsers. (Use ``-n NUM_THREADS``)
2423
* Can reuse the same browser session between tests. (Use: ``--reuse-session``)
2524
* Can run tests using Chrome's mobile device emulator. (Use ``--mobile``)
2625
* Can run tests through a proxy server. (Use ``--proxy=IP_ADDRESS:PORT``)
@@ -31,10 +30,11 @@
3130
* Can set a Chrome User Data Directory / Profile to load. (Use ``--user_data_dir=DIR``)
3231
* Includes a hybrid-automation solution called [MasterQA](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/masterqa/ReadMe.md) to speed up manual testing.
3332
* Can handle Google Authenticator logins with [Python's one-time password library](https://pyotp.readthedocs.io/en/latest/).
33+
* Is backwards-compatible with Python [WebDriver](https://www.selenium.dev/projects/) methods. (Use: ``self.driver``)
3434
* Can execute JavaScript code from Python calls. (Use: ``self.execute_script()``)
3535
* Includes integrations for [MySQL](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/core/testcase_manager.py), [Selenium Grid](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/utilities/selenium_grid), [Azure](https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/azure/jenkins/ReadMe.md), [GCP](https://github.com/seleniumbase/SeleniumBase/tree/master/integrations/google_cloud/ReadMe.md), [AWS](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/plugins/s3_logging_plugin.py), and [Docker](https://github.com/seleniumbase/SeleniumBase/blob/master/integrations/docker/ReadMe.md).
3636
* Includes a tool for [converting Selenium IDE recordings](https://github.com/seleniumbase/SeleniumBase/tree/master/seleniumbase/utilities/selenium_ide) into SeleniumBase scripts.
3737
* Can load and make assertions on PDF files from websites or the local file system.
3838
* Includes useful [Python decorators and password obfuscation methods](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/common/ReadMe.md).
3939

40-
[<img src="https://seleniumbase.io/cdn/img/super_logo_3.png" title="SeleniumBase" width="290">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)
40+
[<img src="https://seleniumbase.io/cdn/img/super_logo_3.png" title="SeleniumBase" width="305">](https://github.com/seleniumbase/SeleniumBase/blob/master/README.md)

mkdocs.yml

Lines changed: 2 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: A fast and reliable web automation framework for end-to-end testing with Python, pytest, and WebDriver.
5+
site_description: A fast and reliable web automation framework for end-to-end testing and RPA with Python, pytest, and WebDriver.
66
# Repository information
77
repo_name: seleniumbase/SeleniumBase
88
repo_url: https://github.com/seleniumbase/SeleniumBase
@@ -57,7 +57,7 @@ nav:
5757
- Features List: help_docs/features_list.md
5858
- Running Example Tests: examples/ReadMe.md
5959
- Command Line Options: help_docs/customizing_test_runs.md
60-
- Logging / Reports: examples/example_logs/ReadMe.md
60+
- Dashboard / Reports: examples/example_logs/ReadMe.md
6161
- Console Scripts: seleniumbase/console_scripts/ReadMe.md
6262
- API Reference: help_docs/method_summary.md
6363
- Setup / Install:

seleniumbase/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# seleniumbase package
2-
__version__ = "1.51.4"
2+
__version__ = "1.51.5"

seleniumbase/fixtures/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ class Reveal:
143143

144144

145145
class HighCharts:
146-
VER = "8.1.2"
146+
VER = "8.2.2"
147147
HC_CSS = ("https://code.highcharts.com/%s/css/highcharts.css" % VER)
148148
HC_JS = ("https://code.highcharts.com/%s/highcharts.js" % VER)
149149
EXPORTING_JS = ("https://code.highcharts.com/"

seleniumbase/translate/dutch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dutch / Nederlands - Translations
1+
# Dutch / Nederlands - Translations - Python 3 Only!
22
from seleniumbase import BaseCase
33
from seleniumbase import MasterQA
44

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
setup(
6161
name='seleniumbase',
6262
version=about['__version__'],
63-
description='The complete web automation library for end-to-end testing.',
63+
description='A complete web automation framework for end-to-end testing.',
6464
long_description=long_description,
6565
long_description_content_type='text/markdown',
6666
url='https://github.com/seleniumbase/SeleniumBase',

0 commit comments

Comments
 (0)