chore: application logs for allure report are back

This commit is contained in:
Anastasiya Semenkevich 2024-03-09 21:13:53 +03:00
parent 71aa23c58b
commit 7db078491e
1 changed files with 3 additions and 2 deletions

View File

@ -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)