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 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://remus:9443/api/1/",
"verify": false,
"basicAuth": "dHQtYWRtaW46YWRtaW4=",
"actions": [
{
"type": "ExportXMLReport",
"parameters": {
"tovKey": "8689447",
"projectPath": [
"TestBench Demo Agil",
"Version 3.0",
"3.0.1"
],
"cycleKey": "8689450",
"reportRootUID": "itb-TT-8161",
"filters": [],
"report_config": {
"exportAttachments": true,
"exportDesignData": true,
"characterEncoding": "utf-16",
"suppressFilteredData": true,
"exportExpandedData": true,
"exportDescriptionFields": true,
"outputFormattedText": false,
"exportExecutionProtocols": false,
"reportRootUID": "itb-TT-8161"
},
"outputPath": "report.zip"
}
},
{
"type": "ImportExecutionResults",
"parameters": {
"inputPath": "report.zip",
"cycleKey": "8689450",
"reportRootUID": "ROOT",
"defaultTester": false,
"filters": [],
"importConfig": {
"ignoreNonExecutedTestCases": true,
"checkPaths": true,
"discardTesterInformation": true,
"useExistingDefect": true,
"filters": []
}
}
}
]
}
]
}
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.0.1a1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54daf771d06d34e14382557d76f8036d6173d0d1ab781c6cbfefaf7e8de6046b |
|
MD5 | 66d1536fc9008e6390944eff05476774 |
|
BLAKE2b-256 | 0704938918e8c958067b4a1832cf0ec539bce38f06cdbc7c62ae87eac454bb38 |
Close
Hashes for testbench_cli_reporter-1.0.1a1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f112a7df50d43ab53e855cc37235a9102f17d2405dd38f9c1c93ea41691b466d |
|
MD5 | 90b2ecd20ce1ebf96c372948fe68aaeb |
|
BLAKE2b-256 | b9d6fca1ed7a96a9916decd4b797872da8d4517c5e7c612bdbe23b11ff74e881 |