CLI Tool to Export XML-Full-Reports from TestBench
Project description
testbench-cli-reporter
Supported Actions
- Export XML Report from TestBench project
- Import test execution results into TestBench project
- Export actions: Create a JSON file which can be used in automatic mode to repeat your previous actions automatically
- Change connection: Change TestBench server and/or user
Installation
Python 3.6 is required!
pip install --pre testbench-cli-reporter
Manual mode
Just execute in Command Line
testbench-cli-reporter
or TestBenchCliReporter
Automatic mode
Run in automatic mode:
testbench-cli-reporter --configfile /path/to/config/file.json
Config file structure
{
"configuration": [
{
"server_url": "https://testbench:1234/api/1/",
"loginname": "User A",
"password": "passwordA",
"actions": [
{
"type": "ExportXMLReport",
"parameters": {
"cycleKey": "12345678",
"reportRootUID": "ITBEXP-TT-1234",
"filters": [],
"outputPath": "C:\\Users\\testuser\\Dokumente\\test_report1.zip"
}
},
{
"type": "ExportXMLReport",
"parameters": {
"cycleKey": "98765432",
"reportRootUID": "ITBEXP-TT-4321",
"filters": [],
"outputPath": "C:\\Users\\testuser\\Dokumente\\test_report2.zip"
}
}
]
},
{
"server_url": "https://testbench:9999/api/1/",
"loginname": "User B",
"password": "passwordB",
"actions": [
{
"type": "ExportXMLReport",
"parameters": {
"cycleKey": "12344321",
"reportRootUID": "ITBEXP-TT-1221",
"filters": [],
"outputPath": "C:\\Users\\testuser\\Dokumente\\test_report3.zip"
}
}
]
}
]
}
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
Built Distribution
Close
Hashes for testbench-cli-reporter-1.0rc6.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19f3b7841731e9fe6962819804ae7e0e1654fe4c48e3c6c7dbcdd27fdece321f |
|
MD5 | 23d1ccea62f16fa486f1d37795232fd3 |
|
BLAKE2b-256 | 5e3832cc48c880846714543767da18b5c9bd2d03dcb01810e2c8395c55115bf0 |
Close
Hashes for testbench_cli_reporter-1.0rc6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e72a470f13f9d215a154fa36f9c37fb2053f64ff24712ea8e83d5ac91e0853e4 |
|
MD5 | ad4fb880073ceb1a5048241ec49ed3ab |
|
BLAKE2b-256 | 99343a500ef785fddc9e37cb42bdb659a27d6ee2677d2a261d0126cdc1cc4990 |