Rapi API for Python provides user level api using rapi runner.
Project description
rapi-api-nodejs
Quick Start
import rapi_api
from rapi_api import ConfigBuilder, Rapi
config = ConfigBuilder() \
.setTestSuites(["test1.json"]) \
.addBrowser("http://url.to.selenium.server", {
"browserName": "firefox",
}).build()
rapi = Rapi(
"path/to/rapi/runner", config)
report = rapi.run()
print(report.json)
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rapi_api-1.0.0.tar.gz
(8.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rapi_api-1.0.0.tar.gz.
File metadata
- Download URL: rapi_api-1.0.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8e2e6bd82c7e248fc2f7bcdf88ede77327bfcb868f4b208581699107aeee9a3e
|
|
| MD5 |
bc4fd77fc3f6b764f8afb1cc50517edd
|
|
| BLAKE2b-256 |
4a46a651f9ebe066385ea7ceb905ee493fb42a1897593c52c6810a07446a359c
|
File details
Details for the file rapi_api-1.0.0-py3-none-any.whl.
File metadata
- Download URL: rapi_api-1.0.0-py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd149ed7f0e56f8452efac9c079accfc6798d145bd9bf2bc44be28c8e9fba322
|
|
| MD5 |
35e80dd27570b70f009f24b8c4e546f6
|
|
| BLAKE2b-256 |
03f366a688da2878dd516c0fe8da810c9f208e1f3a653eb29020e4f55ba10df3
|