blenzi

Results 2 comments of blenzi

Hello, How can one name the different runs / reports, please ? The doc mentions `allure generate --report-version 1.4.5 --report-path tests/_output/allure-report -- tests/_output/allure-results` but with allure 2.24: ``` --report-version does...

In order to time the full operation I am using the python client in a jupyter notebook: ``` %%timeit -n1 -r1 parsr.send_document( file_path=pdf_file, config_path='/tmp/parsr_config.json', document_name='Test', save_request_id=True) while 'progress-percentage' in parsr.get_status()['server_response']:...