chore: application logs for allure report are back
This commit is contained in:
parent
71aa23c58b
commit
7db078491e
|
@ -32,7 +32,7 @@ pytest_plugins = [
|
|||
def setup_session_scope(
|
||||
init_testrail_api,
|
||||
prepare_test_directory,
|
||||
start_squish_server,
|
||||
start_squish_server
|
||||
):
|
||||
LOG.info('Session startup...')
|
||||
yield
|
||||
|
@ -42,7 +42,8 @@ def setup_session_scope(
|
|||
def setup_function_scope(
|
||||
caplog,
|
||||
generate_test_data,
|
||||
check_result
|
||||
check_result,
|
||||
application_logs
|
||||
):
|
||||
# FIXME: broken due to KeyError: <_pytest.stash.StashKey object at 0x7fd1ba6d78c0>
|
||||
# caplog.set_level(configs.LOG_LEVEL)
|
||||
|
|
Loading…
Reference in New Issue