Porting of the Galen Framework API to Python.
This project is a porting the Galen Framework Java API to the Python language.
The Python Galen API is made out of three parts. An example of usage is shown below.
Galen Remote WebDriver
driver = GalenRemoteWebDriver("http://localhost:4444/wd/hub", desired_capabilities=DesiredCapabilities.CHROME)
As explained above the API also expose a version of RemoteWebDriver API.
Check Layout API
Galen().check_layout(driver, "specs/" + specs, included_tags, excluded_tags)
This part of the API resemble closely the checkLayout() method as it is defined in the Java GalenApi class.
Hierarchical reports fluent API
TestReport("A galenpy test").add_report_node(info_node("Running layout check for: " + test_name).with_node(warn_node('this is just an example')).with_node(error_node('to demonstrate reporting'))).add_layout_report_node("check " + specs, check_layout_report).finalize()
The example above shows how to build a report in a hierarchical form by adding report nodes in a fluent interface fashion. After chaining the various nodes types such as info, warning or layout report, a call to the method finalize() is done to create a test report that is added to the list of reports.
Generating the report
generate_galen_report('target/report')
At the end of the Galen Layout validation, the report is generated in the given folder through the call of another Galen API method.
More examples
A separate project showing the usage of galenpy can be found at galen-sample-py-tests.
Release files for galenpy 0.1.7
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| galenpy-0.1.7.tar.gz | 24.9 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| galenpy-0.1.7-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 49.8 MB
Release files / galenpy-0.1.7.tar.gz
| Download URL | galenpy-0.1.7.tar.gz |
|---|---|
| Size | 24.9 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
5e45e57a9260a784147f863129b682b84344089869d6a1d685f9799163722a58
|
|
BLAKE2b-256 checksum How to use checksums |
8008878f4a94ab486a2b28ba47324845689411a112c901da3a738049fb7e4dcc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / galenpy-0.1.7-py2.py3-none-any.whl
| Download URL | galenpy-0.1.7-py2.py3-none-any.whl |
|---|---|
| Size | 24.9 MB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
5abb39c415e4b9f8ffa4c7409c69f075378e27da3f40c1d6458cf8c2dc93c8e8
|
|
BLAKE2b-256 checksum How to use checksums |
794f3db2b2fd4889f4fae6ecacacd0546d8fc5169bbf2029855d383ab902263b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |