Test Config File
By default, it is located at pytest.ini in the project root. You can generate a starter file with idf-ci test init. For more information, see the pytest documentation.
Default Settings
[pytest]
addopts =
--embedded-services esp,idf
--ignore-no-tests-collected-error
--ignore-glob */managed_components/*
filterwarnings =
ignore::FutureWarning
junit_family = xunit1
env_markers =
qemu: build and test on QEMU, instead of real hardware
generic: applicable to generic ESP devices