[pytest] addopts = -l -v -s --alluredir=./src/tests/allure-results/reports/ testpaths = ./src/tests pythonpath = . markers= unit: unit tests integra: integrations test e2e: e2e tests smoke: smoke tests