-
Notifications
You must be signed in to change notification settings - Fork 2
Description
? Enter the TestBench server address and port host:port: "TestBench 3.0"
? Enter your login name: "myname"
? Enter your password: ************
? What do you want to do? Write history to config file
? Provide the output path [config.json]:
Output Path: config.json
Generating JSON export
Config ...\config.json was generated
? What do you want to do? Export XML Report
? Activate Filters: Yes or No
? Select Report Configuration:
? Provide the output path [report.zip]:
Output Path: report.zip
Traceback (most recent call last):
File "", line 198, in run_module_as_main
File "", line 88, in run_code
File "C:\Users...\Scripts\testbench-cli-reporter.exe_main.py", line 7, in
File "C:\Users...\Lib\site-packages\TestBenchCliReporter_main.py", line 101, in main
run_manual_mode(cli_config)
File "C:\Users...\Lib\site-packages\TestBenchCliReporter\execution.py", line 37, in run_manual_mode
and next_action.trigger(connection_log)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users...\Lib\site-packages\TestBenchCliReporter\actions.py", line 102, in trigger
self.job_id = connection_log.active_connection.trigger_xml_report_generation(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users...\Lib\site-packages\TestBenchCliReporter\testbench.py", line 162, in trigger_xml_report_generation
report_config.filters = filters
^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'str' object has no attribute 'filters'